Lines Matching refs:video_device

1437 	struct acpi_video_device *video_device;  in acpi_video_get_edid()  local
1448 video_device = video->attached_array[i].bind_info; in acpi_video_get_edid()
1450 if (!video_device) in acpi_video_get_edid()
1453 if (!video_device->cap._DDC) in acpi_video_get_edid()
1459 if (!video_device->flags.crt) in acpi_video_get_edid()
1463 if (!video_device->flags.tvout) in acpi_video_get_edid()
1467 if (!video_device->flags.dvi) in acpi_video_get_edid()
1471 if (!video_device->flags.lcd) in acpi_video_get_edid()
1475 } else if (video_device->device_id != device_id) { in acpi_video_get_edid()
1480 status = acpi_video_device_EDID(video_device, &buffer, in acpi_video_get_edid()
1581 static void brightness_switch_event(struct acpi_video_device *video_device, in brightness_switch_event() argument
1587 video_device->switch_brightness_event = event; in brightness_switch_event()
1588 schedule_delayed_work(&video_device->switch_brightness_work, HZ / 10); in brightness_switch_event()
1593 struct acpi_video_device *video_device = data; in acpi_video_device_notify() local
1599 if (!video_device) in acpi_video_device_notify()
1602 device = video_device->dev; in acpi_video_device_notify()
1603 bus = video_device->video; in acpi_video_device_notify()
1607 if (video_device->backlight) in acpi_video_device_notify()
1608 backlight_force_update(video_device->backlight, in acpi_video_device_notify()
1616 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1620 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1624 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1628 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1632 brightness_switch_event(video_device, event); in acpi_video_device_notify()
1657 struct acpi_video_device *video_device; in acpi_video_resume() local
1669 video_device = video->attached_array[i].bind_info; in acpi_video_resume()
1670 if (video_device && video_device->brightness) in acpi_video_resume()
1671 acpi_video_device_lcd_set_level(video_device, in acpi_video_resume()
1672 video_device->brightness->curr); in acpi_video_resume()