Lines Matching refs:video_device
1495 struct acpi_video_device *video_device;
1506 video_device = video->attached_array[i].bind_info;
1509 if (!video_device)
1512 if (!video_device->cap._DDC)
1518 if (!video_device->flags.crt)
1522 if (!video_device->flags.tvout)
1526 if (!video_device->flags.dvi)
1530 if (!video_device->flags.lcd)
1534 } else if (video_device->device_id != device_id) {
1538 status = acpi_video_device_EDID(video_device, &buffer, length);
1543 status = acpi_video_device_EDID(video_device, &buffer,
1657 static void brightness_switch_event(struct acpi_video_device *video_device,
1663 video_device->switch_brightness_event = event;
1664 schedule_delayed_work(&video_device->switch_brightness_work, HZ / 10);
1669 struct acpi_video_device *video_device = data;
1675 if (!video_device)
1678 device = video_device->dev;
1679 bus = video_device->video;
1683 if (video_device->backlight)
1684 backlight_force_update(video_device->backlight,
1692 brightness_switch_event(video_device, event);
1696 brightness_switch_event(video_device, event);
1700 brightness_switch_event(video_device, event);
1704 brightness_switch_event(video_device, event);
1708 brightness_switch_event(video_device, event);
1733 struct acpi_video_device *video_device;
1748 video_device = video->attached_array[i].bind_info;
1749 if (video_device && video_device->brightness)
1750 acpi_video_device_lcd_set_level(video_device,
1751 video_device->brightness->curr);