Searched refs:vfh (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/
H A Dv4l2-subdev.c79 v4l2_fh_init(&subdev_fh->vfh, vdev);
80 v4l2_fh_add(&subdev_fh->vfh);
81 file->private_data = &subdev_fh->vfh;
105 v4l2_fh_del(&subdev_fh->vfh);
106 v4l2_fh_exit(&subdev_fh->vfh);
117 struct v4l2_fh *vfh = file->private_data; local
118 struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh);
126 v4l2_fh_del(vfh);
127 v4l2_fh_exit(vfh);
139 struct v4l2_fh *vfh local
[all...]
H A Dv4l2-ioctl.c505 struct v4l2_fh *vfh = NULL; local
523 vfh = file->private_data;
528 ret_prio = v4l2_prio_check(vfd->prio, vfh->prio);
581 &vfh->prio, *p);
1254 if (vfh && vfh->ctrl_handler)
1255 ret = v4l2_queryctrl(vfh->ctrl_handler, p);
1276 if (vfh && vfh->ctrl_handler)
1277 ret = v4l2_g_ctrl(vfh
[all...]
H A Dv4l2-ctrls.c2415 struct v4l2_fh *vfh = file->private_data; local
2418 v4l2_ctrl_handler_log_status(vfh->ctrl_handler,
/drivers/media/video/omap3isp/
H A Dispvideo.c407 isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh) argument
412 memcpy(&format, &vfh->format, sizeof(format));
417 if (vfh->format.fmt.pix.pixelformat != format.fmt.pix.pixelformat ||
418 vfh->format.fmt.pix.height != format.fmt.pix.height ||
419 vfh->format.fmt.pix.width != format.fmt.pix.width ||
420 vfh->format.fmt.pix.bytesperline != format.fmt.pix.bytesperline ||
421 vfh->format.fmt.pix.sizeimage != format.fmt.pix.sizeimage)
483 struct isp_video_fh *vfh = local
485 struct isp_video *video = vfh->video;
487 *size = vfh
496 struct isp_video_fh *vfh = isp_video_queue_to_isp_video_fh(buf->queue); local
508 struct isp_video_fh *vfh = isp_video_queue_to_isp_video_fh(buf->queue); local
540 struct isp_video_fh *vfh = isp_video_queue_to_isp_video_fh(buf->queue); local
722 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
738 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
860 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
878 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
896 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
904 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
912 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
920 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
960 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
1088 struct isp_video_fh *vfh = to_isp_video_fh(fh); local
1237 struct v4l2_fh *vfh = file->private_data; local
1261 struct isp_video_fh *vfh = to_isp_video_fh(file->private_data); local
1269 struct isp_video_fh *vfh = to_isp_video_fh(file->private_data); local
[all...]
H A Dispvideo.h186 struct v4l2_fh vfh; member in struct:isp_video_fh
193 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)
/drivers/usb/gadget/
H A Duvc_v4l2.c130 v4l2_fh_init(&handle->vfh, vdev);
131 v4l2_fh_add(&handle->vfh);
134 file->private_data = &handle->vfh;
158 v4l2_fh_del(&handle->vfh);
159 v4l2_fh_exit(&handle->vfh);
275 ret = v4l2_event_dequeue(&handle->vfh, event,
299 return v4l2_event_subscribe(&handle->vfh, arg, 2);
303 return v4l2_event_unsubscribe(&handle->vfh, arg);
339 poll_wait(file, &handle->vfh.wait, wait);
340 if (v4l2_event_pending(&handle->vfh))
[all...]
H A Duvc.h180 struct v4l2_fh vfh; member in struct:uvc_file_handle
185 container_of(handle, struct uvc_file_handle, vfh)

Completed in 113 milliseconds