Lines Matching refs:video_device

1414 	struct acpi_video_device *video_device;  in acpi_video_get_edid()  local
1425 video_device = video->attached_array[i].bind_info; in acpi_video_get_edid()
1428 if (!video_device) in acpi_video_get_edid()
1431 if (!video_device->cap._DDC) in acpi_video_get_edid()
1437 if (!video_device->flags.crt) in acpi_video_get_edid()
1441 if (!video_device->flags.tvout) in acpi_video_get_edid()
1445 if (!video_device->flags.dvi) in acpi_video_get_edid()
1449 if (!video_device->flags.lcd) in acpi_video_get_edid()
1453 } else if (video_device->device_id != device_id) { in acpi_video_get_edid()
1457 status = acpi_video_device_EDID(video_device, &buffer, length); in acpi_video_get_edid()
1462 status = acpi_video_device_EDID(video_device, &buffer, in acpi_video_get_edid()
1576 static void brightness_switch_event(struct acpi_video_device *video_device, in brightness_switch_event() argument
1582 video_device->switch_brightness_event = event; in brightness_switch_event()
1583 schedule_delayed_work(&video_device->switch_brightness_work, HZ / 10); in brightness_switch_event()
1588 struct acpi_video_device *video_device = data; in acpi_video_device_notify() local
1594 if (!video_device) in acpi_video_device_notify()
1597 device = video_device->dev; in acpi_video_device_notify()
1598 bus = video_device->video; in acpi_video_device_notify()
1603 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1607 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1611 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1615 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1619 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1644 struct acpi_video_device *video_device; in acpi_video_resume() local
1659 video_device = video->attached_array[i].bind_info; in acpi_video_resume()
1660 if (video_device && video_device->backlight) in acpi_video_resume()
1661 acpi_video_set_brightness(video_device->backlight); in acpi_video_resume()