Searched defs:video_device (Results 1 - 3 of 3) sorted by relevance

/drivers/media/v4l2-core/
H A Dv4l2-dev.c44 struct video_device *vdev = to_video_device(cd);
53 struct video_device *vdev = to_video_device(cd);
61 struct video_device *vdev = to_video_device(cd);
77 struct video_device *vdev = to_video_device(cd);
89 ATTRIBUTE_GROUPS(video_device); variable
94 static struct video_device *video_device[VIDEO_NUM_DEVICES]; variable in typeref:struct:video_device
123 static inline void devnode_set(struct video_device *vdev)
129 static inline void devnode_clear(struct video_device *vdev)
135 static inline int devnode_find(struct video_device *vde
[all...]
/drivers/acpi/
H A Dvideo.c1331 struct acpi_video_device *video_device; local
1342 video_device = video->attached_array[i].bind_info;
1345 if (!video_device)
1348 if (!video_device->cap._DDC)
1354 if (!video_device->flags.crt)
1358 if (!video_device->flags.tvout)
1362 if (!video_device->flags.dvi)
1366 if (!video_device->flags.lcd)
1370 } else if (video_device->device_id != device_id) {
1374 status = acpi_video_device_EDID(video_device,
1492 brightness_switch_event(struct acpi_video_device *video_device, u32 event) argument
1504 struct acpi_video_device *video_device = data; local
1560 struct acpi_video_device *video_device; local
[all...]
/drivers/platform/x86/
H A Dthinkpad_acpi.c6265 acpi_handle video_device; local
6268 tpacpi_acpi_handle_locate("video", NULL, &video_device);
6269 if (video_device)
6270 bcl_levels = tpacpi_query_bcl_levels(video_device);

Completed in 613 milliseconds