Lines Matching refs:video_device
168 struct video_device *vdev = in cd_to_usbvision()
169 container_of(cd, struct video_device, dev); in cd_to_usbvision()
183 struct video_device *vdev = in show_model()
184 container_of(cd, struct video_device, dev); in show_model()
194 struct video_device *vdev = in show_hue()
195 container_of(cd, struct video_device, dev); in show_hue()
209 struct video_device *vdev = in show_contrast()
210 container_of(cd, struct video_device, dev); in show_contrast()
224 struct video_device *vdev = in show_brightness()
225 container_of(cd, struct video_device, dev); in show_brightness()
239 struct video_device *vdev = in show_saturation()
240 container_of(cd, struct video_device, dev); in show_saturation()
254 struct video_device *vdev = in show_streaming()
255 container_of(cd, struct video_device, dev); in show_streaming()
265 struct video_device *vdev = in show_compression()
266 container_of(cd, struct video_device, dev); in show_compression()
276 struct video_device *vdev = in show_device_bridge()
277 container_of(cd, struct video_device, dev); in show_device_bridge()
283 static void usbvision_create_sysfs(struct video_device *vdev) in usbvision_create_sysfs()
322 static void usbvision_remove_sysfs(struct video_device *vdev) in usbvision_remove_sysfs()
1279 static struct video_device usbvision_video_template = {
1312 static struct video_device usbvision_radio_template = {
1321 struct video_device *vdev, in usbvision_vdev_init()
1322 const struct video_device *vdev_template, in usbvision_vdev_init()