Lines Matching refs:vfh
28 struct v4l2_fh *vfh = file->private_data;
29 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev);
33 strscpy(cap->card, vfh->vdev->name, sizeof(cap->card));
44 struct v4l2_fh *vfh = file->private_data;
45 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev);
48 if (format->type != vfh->vdev->queue->type)
62 struct v4l2_fh *vfh = file->private_data;
63 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev);
68 if (format->type != vfh->vdev->queue->type)
83 struct v4l2_fh *vfh = file->private_data;
84 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev);
112 struct v4l2_fh *vfh = file->private_data;
113 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev);
117 if (fdesc->type != vfh->vdev->queue->type ||
123 fdesc->type = vfh->vdev->queue->type;