Lines Matching refs:vdev

70 	struct video_device *vdev = video_devdata(file);  in uvc_v4l2_querycap()  local
71 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querycap()
88 struct video_device *vdev = video_devdata(file); in uvc_v4l2_get_format() local
89 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_get_format()
107 struct video_device *vdev = video_devdata(file); in uvc_v4l2_set_format() local
108 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_set_format()
148 struct video_device *vdev = video_devdata(file); in uvc_v4l2_reqbufs() local
149 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_reqbufs()
161 struct video_device *vdev = video_devdata(file); in uvc_v4l2_querybuf() local
162 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_querybuf()
171 struct video_device *vdev = video_devdata(file); in uvc_v4l2_qbuf() local
172 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_qbuf()
186 struct video_device *vdev = video_devdata(file); in uvc_v4l2_dqbuf() local
187 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_dqbuf()
196 struct video_device *vdev = video_devdata(file); in uvc_v4l2_streamon() local
197 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_streamon()
222 struct video_device *vdev = video_devdata(file); in uvc_v4l2_streamoff() local
223 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_streamoff()
253 struct video_device *vdev = video_devdata(file); in uvc_v4l2_ioctl_default() local
254 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_ioctl_default()
287 struct video_device *vdev = video_devdata(file); in uvc_v4l2_open() local
288 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_open()
295 v4l2_fh_init(&handle->vfh, vdev); in uvc_v4l2_open()
308 struct video_device *vdev = video_devdata(file); in uvc_v4l2_release() local
309 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_release()
331 struct video_device *vdev = video_devdata(file); in uvc_v4l2_mmap() local
332 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_mmap()
340 struct video_device *vdev = video_devdata(file); in uvc_v4l2_poll() local
341 struct uvc_device *uvc = video_get_drvdata(vdev); in uvc_v4l2_poll()
351 struct video_device *vdev = video_devdata(file); in uvcg_v4l2_get_unmapped_area() local
352 struct uvc_device *uvc = video_get_drvdata(vdev); in uvcg_v4l2_get_unmapped_area()