Lines Matching refs:video_device
1486 struct acpi_video_device *video_device; in acpi_video_get_edid() local
1497 video_device = video->attached_array[i].bind_info; in acpi_video_get_edid()
1500 if (!video_device) in acpi_video_get_edid()
1503 if (!video_device->cap._DDC) in acpi_video_get_edid()
1509 if (!video_device->flags.crt) in acpi_video_get_edid()
1513 if (!video_device->flags.tvout) in acpi_video_get_edid()
1517 if (!video_device->flags.dvi) in acpi_video_get_edid()
1521 if (!video_device->flags.lcd) in acpi_video_get_edid()
1525 } else if (video_device->device_id != device_id) { in acpi_video_get_edid()
1529 status = acpi_video_device_EDID(video_device, &buffer, length); in acpi_video_get_edid()
1534 status = acpi_video_device_EDID(video_device, &buffer, in acpi_video_get_edid()
1648 static void brightness_switch_event(struct acpi_video_device *video_device, in brightness_switch_event() argument
1654 video_device->switch_brightness_event = event; in brightness_switch_event()
1655 schedule_delayed_work(&video_device->switch_brightness_work, HZ / 10); in brightness_switch_event()
1660 struct acpi_video_device *video_device = data; in acpi_video_device_notify() local
1666 if (!video_device) in acpi_video_device_notify()
1669 device = video_device->dev; in acpi_video_device_notify()
1670 bus = video_device->video; in acpi_video_device_notify()
1674 if (video_device->backlight) in acpi_video_device_notify()
1675 backlight_force_update(video_device->backlight, in acpi_video_device_notify()
1683 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1687 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1691 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1695 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1699 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1724 struct acpi_video_device *video_device; in acpi_video_resume() local
1739 video_device = video->attached_array[i].bind_info; in acpi_video_resume()
1740 if (video_device && video_device->brightness) in acpi_video_resume()
1741 acpi_video_device_lcd_set_level(video_device, in acpi_video_resume()
1742 video_device->brightness->curr); in acpi_video_resume()