Lines Matching refs:vdev
876 struct video_device *vdev = video_devdata(file); in vidioc_querycap() local
883 if (vdev->vfl_type == VFL_TYPE_GRABBER) in vidioc_querycap()
1319 struct video_device *vdev = video_devdata(file); in __tm6000_open() local
1327 video_device_node_name(vdev)); in __tm6000_open()
1329 switch (vdev->vfl_type) { in __tm6000_open()
1345 video_device_node_name(vdev), v4l2_type_names[type], in __tm6000_open()
1355 v4l2_fh_init(&fh->fh, vdev); in __tm6000_open()
1406 struct video_device *vdev = video_devdata(file); in tm6000_open() local
1409 mutex_lock(vdev->lock); in tm6000_open()
1411 mutex_unlock(vdev->lock); in tm6000_open()
1487 struct video_device *vdev = video_devdata(file); in tm6000_release() local
1490 video_device_node_name(vdev), dev->users); in tm6000_release()