Lines Matching refs:video_device
165 struct video_device *vdev = in cd_to_usbvision()
166 container_of(cd, struct video_device, dev); in cd_to_usbvision()
180 struct video_device *vdev = in show_model()
181 container_of(cd, struct video_device, dev); in show_model()
191 struct video_device *vdev = in show_hue()
192 container_of(cd, struct video_device, dev); in show_hue()
206 struct video_device *vdev = in show_contrast()
207 container_of(cd, struct video_device, dev); in show_contrast()
221 struct video_device *vdev = in show_brightness()
222 container_of(cd, struct video_device, dev); in show_brightness()
236 struct video_device *vdev = in show_saturation()
237 container_of(cd, struct video_device, dev); in show_saturation()
251 struct video_device *vdev = in show_streaming()
252 container_of(cd, struct video_device, dev); in show_streaming()
262 struct video_device *vdev = in show_compression()
263 container_of(cd, struct video_device, dev); in show_compression()
273 struct video_device *vdev = in show_device_bridge()
274 container_of(cd, struct video_device, dev); in show_device_bridge()
280 static void usbvision_create_sysfs(struct video_device *vdev) in usbvision_create_sysfs()
319 static void usbvision_remove_sysfs(struct video_device *vdev) in usbvision_remove_sysfs()
490 struct video_device *vdev = video_devdata(file); in vidioc_querycap()
1214 static struct video_device usbvision_video_template = {
1243 static struct video_device usbvision_radio_template = {
1252 struct video_device *vdev, in usbvision_vdev_init()
1253 const struct video_device *vdev_template, in usbvision_vdev_init()