Lines Matching refs:video_device
1332 struct acpi_video_device *video_device; in acpi_video_get_edid() local
1343 video_device = video->attached_array[i].bind_info; in acpi_video_get_edid()
1346 if (!video_device) in acpi_video_get_edid()
1349 if (!video_device->cap._DDC) in acpi_video_get_edid()
1355 if (!video_device->flags.crt) in acpi_video_get_edid()
1359 if (!video_device->flags.tvout) in acpi_video_get_edid()
1363 if (!video_device->flags.dvi) in acpi_video_get_edid()
1367 if (!video_device->flags.lcd) in acpi_video_get_edid()
1371 } else if (video_device->device_id != device_id) { in acpi_video_get_edid()
1375 status = acpi_video_device_EDID(video_device, &buffer, length); in acpi_video_get_edid()
1380 status = acpi_video_device_EDID(video_device, &buffer, in acpi_video_get_edid()
1552 struct acpi_video_device *video_device = data; in acpi_video_device_notify() local
1558 if (!video_device) in acpi_video_device_notify()
1561 device = video_device->dev; in acpi_video_device_notify()
1562 bus = video_device->video; in acpi_video_device_notify()
1568 acpi_video_switch_brightness(video_device, event); in acpi_video_device_notify()
1574 acpi_video_switch_brightness(video_device, event); in acpi_video_device_notify()
1580 acpi_video_switch_brightness(video_device, event); in acpi_video_device_notify()
1586 acpi_video_switch_brightness(video_device, event); in acpi_video_device_notify()
1592 acpi_video_switch_brightness(video_device, event); in acpi_video_device_notify()
1618 struct acpi_video_device *video_device; in acpi_video_resume() local
1633 video_device = video->attached_array[i].bind_info; in acpi_video_resume()
1634 if (video_device && video_device->backlight) in acpi_video_resume()
1635 acpi_video_set_brightness(video_device->backlight); in acpi_video_resume()