Lines Matching refs:video_device

1473 	struct acpi_video_device *video_device;  in acpi_video_get_edid()  local
1484 video_device = video->attached_array[i].bind_info; in acpi_video_get_edid()
1487 if (!video_device) in acpi_video_get_edid()
1490 if (!video_device->cap._DDC) in acpi_video_get_edid()
1496 if (!video_device->flags.crt) in acpi_video_get_edid()
1500 if (!video_device->flags.tvout) in acpi_video_get_edid()
1504 if (!video_device->flags.dvi) in acpi_video_get_edid()
1508 if (!video_device->flags.lcd) in acpi_video_get_edid()
1512 } else if (video_device->device_id != device_id) { in acpi_video_get_edid()
1516 status = acpi_video_device_EDID(video_device, &buffer, length); in acpi_video_get_edid()
1521 status = acpi_video_device_EDID(video_device, &buffer, in acpi_video_get_edid()
1633 static void brightness_switch_event(struct acpi_video_device *video_device, in brightness_switch_event() argument
1639 video_device->switch_brightness_event = event; in brightness_switch_event()
1640 schedule_delayed_work(&video_device->switch_brightness_work, HZ / 10); in brightness_switch_event()
1645 struct acpi_video_device *video_device = data; in acpi_video_device_notify() local
1651 if (!video_device) in acpi_video_device_notify()
1654 device = video_device->dev; in acpi_video_device_notify()
1655 bus = video_device->video; in acpi_video_device_notify()
1659 if (video_device->backlight) in acpi_video_device_notify()
1660 backlight_force_update(video_device->backlight, in acpi_video_device_notify()
1668 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1672 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1676 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1680 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1684 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1706 struct acpi_video_device *video_device; in acpi_video_resume() local
1721 video_device = video->attached_array[i].bind_info; in acpi_video_resume()
1722 if (video_device && video_device->brightness) in acpi_video_resume()
1723 acpi_video_device_lcd_set_level(video_device, in acpi_video_resume()
1724 video_device->brightness->curr); in acpi_video_resume()