Lines Matching refs:vdev
877 struct video_device *vdev = video_devdata(file); in vidioc_querycap() local
884 if (vdev->vfl_type == VFL_TYPE_GRABBER) in vidioc_querycap()
1320 struct video_device *vdev = video_devdata(file); in __tm6000_open() local
1328 video_device_node_name(vdev)); in __tm6000_open()
1330 switch (vdev->vfl_type) { in __tm6000_open()
1346 video_device_node_name(vdev), v4l2_type_names[type], in __tm6000_open()
1356 v4l2_fh_init(&fh->fh, vdev); in __tm6000_open()
1407 struct video_device *vdev = video_devdata(file); in tm6000_open() local
1410 mutex_lock(vdev->lock); in tm6000_open()
1412 mutex_unlock(vdev->lock); in tm6000_open()
1488 struct video_device *vdev = video_devdata(file); in tm6000_release() local
1491 video_device_node_name(vdev), dev->users); in tm6000_release()