[go: nahoru, domu]

Searched refs:graphics_handle (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/
H A Dvideo_detect.c195 long acpi_video_get_capabilities(acpi_handle graphics_handle) argument
201 if (acpi_video_caps_checked && graphics_handle == NULL)
204 if (!graphics_handle) {
223 status = acpi_bus_get_device(graphics_handle, &tmp_dev);
228 acpi_walk_namespace(ACPI_TYPE_DEVICE, graphics_handle,
233 graphics_handle ? caps : acpi_video_support,
234 graphics_handle ? "on device " : "in general",
235 graphics_handle ? acpi_device_bid(tmp_dev) : ""));

Completed in 49 milliseconds