Lines Matching defs:vdev
1002 struct video_device *vdev = video_devdata(file); in vb2_ioctl_remove_bufs() local
1025 struct video_device *vdev = video_devdata(file); in vb2_ioctl_reqbufs() local
1048 struct video_device *vdev = video_devdata(file); in vb2_ioctl_create_bufs() local
1075 struct video_device *vdev = video_devdata(file); in vb2_ioctl_prepare_buf() local
1085 struct video_device *vdev = video_devdata(file); in vb2_ioctl_querybuf() local
1094 struct video_device *vdev = video_devdata(file); in vb2_ioctl_qbuf() local
1104 struct video_device *vdev = video_devdata(file); in vb2_ioctl_dqbuf() local
1114 struct video_device *vdev = video_devdata(file); in vb2_ioctl_streamon() local
1124 struct video_device *vdev = video_devdata(file); in vb2_ioctl_streamoff() local
1134 struct video_device *vdev = video_devdata(file); in vb2_ioctl_expbuf() local
1146 struct video_device *vdev = video_devdata(file); in vb2_fop_mmap() local
1154 struct video_device *vdev = video_devdata(file); in _vb2_fop_release() local
1170 struct video_device *vdev = video_devdata(file); in vb2_fop_release() local
1180 struct video_device *vdev = video_devdata(file); in vb2_fop_write() local
1204 struct video_device *vdev = video_devdata(file); in vb2_fop_read() local
1228 struct video_device *vdev = video_devdata(file); in vb2_fop_poll() local
1260 struct video_device *vdev = video_devdata(file); in vb2_fop_get_unmapped_area() local
1267 void vb2_video_unregister_device(struct video_device *vdev) in vb2_video_unregister_device()