Lines Matching refs:video_device
1438 struct acpi_video_device *video_device;
1449 video_device = video->attached_array[i].bind_info;
1452 if (!video_device)
1455 if (!video_device->cap._DDC)
1461 if (!video_device->flags.crt)
1465 if (!video_device->flags.tvout)
1469 if (!video_device->flags.dvi)
1473 if (!video_device->flags.lcd)
1477 } else if (video_device->device_id != device_id) {
1481 status = acpi_video_device_EDID(video_device, &buffer, length);
1486 status = acpi_video_device_EDID(video_device, &buffer,
1587 static void brightness_switch_event(struct acpi_video_device *video_device,
1593 video_device->switch_brightness_event = event;
1594 schedule_delayed_work(&video_device->switch_brightness_work, HZ / 10);
1599 struct acpi_video_device *video_device = data;
1605 if (!video_device)
1608 device = video_device->dev;
1609 bus = video_device->video;
1613 if (video_device->backlight)
1614 backlight_force_update(video_device->backlight,
1622 brightness_switch_event(video_device, event);
1626 brightness_switch_event(video_device, event);
1630 brightness_switch_event(video_device, event);
1634 brightness_switch_event(video_device, event);
1638 brightness_switch_event(video_device, event);
1663 struct acpi_video_device *video_device;
1675 video_device = video->attached_array[i].bind_info;
1676 if (video_device && video_device->brightness)
1677 acpi_video_device_lcd_set_level(video_device,
1678 video_device->brightness->curr);