vfh 304 drivers/media/platform/omap3isp/ispvideo.c isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh) vfh 309 drivers/media/platform/omap3isp/ispvideo.c memcpy(&format, &vfh->format, sizeof(format)); vfh 314 drivers/media/platform/omap3isp/ispvideo.c if (vfh->format.fmt.pix.pixelformat != format.fmt.pix.pixelformat || vfh 315 drivers/media/platform/omap3isp/ispvideo.c vfh->format.fmt.pix.height != format.fmt.pix.height || vfh 316 drivers/media/platform/omap3isp/ispvideo.c vfh->format.fmt.pix.width != format.fmt.pix.width || vfh 317 drivers/media/platform/omap3isp/ispvideo.c vfh->format.fmt.pix.bytesperline != format.fmt.pix.bytesperline || vfh 318 drivers/media/platform/omap3isp/ispvideo.c vfh->format.fmt.pix.sizeimage != format.fmt.pix.sizeimage || vfh 319 drivers/media/platform/omap3isp/ispvideo.c vfh->format.fmt.pix.field != format.fmt.pix.field) vfh 333 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = vb2_get_drv_priv(queue); vfh 334 drivers/media/platform/omap3isp/ispvideo.c struct isp_video *video = vfh->video; vfh 338 drivers/media/platform/omap3isp/ispvideo.c sizes[0] = vfh->format.fmt.pix.sizeimage; vfh 350 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue); vfh 352 drivers/media/platform/omap3isp/ispvideo.c struct isp_video *video = vfh->video; vfh 372 drivers/media/platform/omap3isp/ispvideo.c vfh->format.fmt.pix.sizeimage); vfh 390 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue); vfh 392 drivers/media/platform/omap3isp/ispvideo.c struct isp_video *video = vfh->video; vfh 461 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = vb2_get_drv_priv(queue); vfh 462 drivers/media/platform/omap3isp/ispvideo.c struct isp_video *video = vfh->video; vfh 668 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 675 drivers/media/platform/omap3isp/ispvideo.c *format = vfh->format; vfh 684 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 733 drivers/media/platform/omap3isp/ispvideo.c vfh->format = *format; vfh 867 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 877 drivers/media/platform/omap3isp/ispvideo.c a->parm.output.timeperframe = vfh->timeperframe; vfh 885 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 895 drivers/media/platform/omap3isp/ispvideo.c vfh->timeperframe = a->parm.output.timeperframe; vfh 903 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 908 drivers/media/platform/omap3isp/ispvideo.c ret = vb2_reqbufs(&vfh->queue, rb); vfh 917 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 922 drivers/media/platform/omap3isp/ispvideo.c ret = vb2_querybuf(&vfh->queue, b); vfh 931 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 936 drivers/media/platform/omap3isp/ispvideo.c ret = vb2_qbuf(&vfh->queue, video->video.v4l2_dev->mdev, b); vfh 945 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 950 drivers/media/platform/omap3isp/ispvideo.c ret = vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); vfh 1082 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 1115 drivers/media/platform/omap3isp/ispvideo.c ret = isp_video_check_format(video, vfh); vfh 1120 drivers/media/platform/omap3isp/ispvideo.c video->bpl_value = vfh->format.fmt.pix.bytesperline; vfh 1147 drivers/media/platform/omap3isp/ispvideo.c pipe->max_timeperframe = vfh->timeperframe; vfh 1149 drivers/media/platform/omap3isp/ispvideo.c video->queue = &vfh->queue; vfh 1152 drivers/media/platform/omap3isp/ispvideo.c pipe->field = vfh->format.fmt.pix.field; vfh 1155 drivers/media/platform/omap3isp/ispvideo.c ret = vb2_streamon(&vfh->queue, type); vfh 1189 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(fh); vfh 1203 drivers/media/platform/omap3isp/ispvideo.c streaming = vb2_is_streaming(&vfh->queue); vfh 1226 drivers/media/platform/omap3isp/ispvideo.c vb2_streamoff(&vfh->queue, type); vfh 1305 drivers/media/platform/omap3isp/ispvideo.c v4l2_fh_init(&handle->vfh, &video->video); vfh 1306 drivers/media/platform/omap3isp/ispvideo.c v4l2_fh_add(&handle->vfh); vfh 1341 drivers/media/platform/omap3isp/ispvideo.c file->private_data = &handle->vfh; vfh 1345 drivers/media/platform/omap3isp/ispvideo.c v4l2_fh_del(&handle->vfh); vfh 1346 drivers/media/platform/omap3isp/ispvideo.c v4l2_fh_exit(&handle->vfh); vfh 1356 drivers/media/platform/omap3isp/ispvideo.c struct v4l2_fh *vfh = file->private_data; vfh 1357 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *handle = to_isp_video_fh(vfh); vfh 1360 drivers/media/platform/omap3isp/ispvideo.c isp_video_streamoff(file, vfh, video->type); vfh 1369 drivers/media/platform/omap3isp/ispvideo.c v4l2_fh_del(vfh); vfh 1370 drivers/media/platform/omap3isp/ispvideo.c v4l2_fh_exit(vfh); vfh 1381 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(file->private_data); vfh 1386 drivers/media/platform/omap3isp/ispvideo.c ret = vb2_poll(&vfh->queue, file, wait); vfh 1394 drivers/media/platform/omap3isp/ispvideo.c struct isp_video_fh *vfh = to_isp_video_fh(file->private_data); vfh 1396 drivers/media/platform/omap3isp/ispvideo.c return vb2_mmap(&vfh->queue, vma); vfh 183 drivers/media/platform/omap3isp/ispvideo.h struct v4l2_fh vfh; vfh 190 drivers/media/platform/omap3isp/ispvideo.h #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) vfh 732 drivers/media/platform/qcom/camss/camss-video.c struct v4l2_fh *vfh; vfh 737 drivers/media/platform/qcom/camss/camss-video.c vfh = kzalloc(sizeof(*vfh), GFP_KERNEL); vfh 738 drivers/media/platform/qcom/camss/camss-video.c if (vfh == NULL) { vfh 743 drivers/media/platform/qcom/camss/camss-video.c v4l2_fh_init(vfh, vdev); vfh 744 drivers/media/platform/qcom/camss/camss-video.c v4l2_fh_add(vfh); vfh 746 drivers/media/platform/qcom/camss/camss-video.c file->private_data = vfh; vfh 422 drivers/media/platform/vsp1/vsp1_histo.c struct v4l2_fh *vfh = file->private_data; vfh 423 drivers/media/platform/vsp1/vsp1_histo.c struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); vfh 441 drivers/media/platform/vsp1/vsp1_histo.c struct v4l2_fh *vfh = file->private_data; vfh 442 drivers/media/platform/vsp1/vsp1_histo.c struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); vfh 455 drivers/media/platform/vsp1/vsp1_histo.c struct v4l2_fh *vfh = file->private_data; vfh 456 drivers/media/platform/vsp1/vsp1_histo.c struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); vfh 952 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh = file->private_data; vfh 953 drivers/media/platform/vsp1/vsp1_video.c struct vsp1_video *video = to_vsp1_video(vfh->vdev); vfh 971 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh = file->private_data; vfh 972 drivers/media/platform/vsp1/vsp1_video.c struct vsp1_video *video = to_vsp1_video(vfh->vdev); vfh 987 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh = file->private_data; vfh 988 drivers/media/platform/vsp1/vsp1_video.c struct vsp1_video *video = to_vsp1_video(vfh->vdev); vfh 999 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh = file->private_data; vfh 1000 drivers/media/platform/vsp1/vsp1_video.c struct vsp1_video *video = to_vsp1_video(vfh->vdev); vfh 1029 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh = file->private_data; vfh 1030 drivers/media/platform/vsp1/vsp1_video.c struct vsp1_video *video = to_vsp1_video(vfh->vdev); vfh 1107 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh; vfh 1110 drivers/media/platform/vsp1/vsp1_video.c vfh = kzalloc(sizeof(*vfh), GFP_KERNEL); vfh 1111 drivers/media/platform/vsp1/vsp1_video.c if (vfh == NULL) vfh 1114 drivers/media/platform/vsp1/vsp1_video.c v4l2_fh_init(vfh, &video->video); vfh 1115 drivers/media/platform/vsp1/vsp1_video.c v4l2_fh_add(vfh); vfh 1117 drivers/media/platform/vsp1/vsp1_video.c file->private_data = vfh; vfh 1121 drivers/media/platform/vsp1/vsp1_video.c v4l2_fh_del(vfh); vfh 1122 drivers/media/platform/vsp1/vsp1_video.c v4l2_fh_exit(vfh); vfh 1123 drivers/media/platform/vsp1/vsp1_video.c kfree(vfh); vfh 1132 drivers/media/platform/vsp1/vsp1_video.c struct v4l2_fh *vfh = file->private_data; vfh 1135 drivers/media/platform/vsp1/vsp1_video.c if (video->queue.owner == vfh) { vfh 491 drivers/media/platform/xilinx/xilinx-dma.c struct v4l2_fh *vfh = file->private_data; vfh 492 drivers/media/platform/xilinx/xilinx-dma.c struct xvip_dma *dma = to_xvip_dma(vfh->vdev); vfh 513 drivers/media/platform/xilinx/xilinx-dma.c struct v4l2_fh *vfh = file->private_data; vfh 514 drivers/media/platform/xilinx/xilinx-dma.c struct xvip_dma *dma = to_xvip_dma(vfh->vdev); vfh 527 drivers/media/platform/xilinx/xilinx-dma.c struct v4l2_fh *vfh = file->private_data; vfh 528 drivers/media/platform/xilinx/xilinx-dma.c struct xvip_dma *dma = to_xvip_dma(vfh->vdev); vfh 589 drivers/media/platform/xilinx/xilinx-dma.c struct v4l2_fh *vfh = file->private_data; vfh 590 drivers/media/platform/xilinx/xilinx-dma.c struct xvip_dma *dma = to_xvip_dma(vfh->vdev); vfh 599 drivers/media/platform/xilinx/xilinx-dma.c struct v4l2_fh *vfh = file->private_data; vfh 600 drivers/media/platform/xilinx/xilinx-dma.c struct xvip_dma *dma = to_xvip_dma(vfh->vdev); vfh 1234 drivers/media/usb/uvc/uvc_ctrl.c struct v4l2_fh *originator = handle ? &handle->vfh : NULL; vfh 1404 drivers/media/usb/uvc/uvc_ctrl.c struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); vfh 1443 drivers/media/usb/uvc/uvc_ctrl.c struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); vfh 28 drivers/media/usb/uvc/uvc_metadata.c struct v4l2_fh *vfh = file->private_data; vfh 29 drivers/media/usb/uvc/uvc_metadata.c struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); vfh 33 drivers/media/usb/uvc/uvc_metadata.c strscpy(cap->card, vfh->vdev->name, sizeof(cap->card)); vfh 44 drivers/media/usb/uvc/uvc_metadata.c struct v4l2_fh *vfh = file->private_data; vfh 45 drivers/media/usb/uvc/uvc_metadata.c struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); vfh 48 drivers/media/usb/uvc/uvc_metadata.c if (format->type != vfh->vdev->queue->type) vfh 62 drivers/media/usb/uvc/uvc_metadata.c struct v4l2_fh *vfh = file->private_data; vfh 63 drivers/media/usb/uvc/uvc_metadata.c struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); vfh 68 drivers/media/usb/uvc/uvc_metadata.c if (format->type != vfh->vdev->queue->type) vfh 83 drivers/media/usb/uvc/uvc_metadata.c struct v4l2_fh *vfh = file->private_data; vfh 84 drivers/media/usb/uvc/uvc_metadata.c struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); vfh 112 drivers/media/usb/uvc/uvc_metadata.c struct v4l2_fh *vfh = file->private_data; vfh 113 drivers/media/usb/uvc/uvc_metadata.c struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); vfh 117 drivers/media/usb/uvc/uvc_metadata.c if (fdesc->type != vfh->vdev->queue->type || vfh 123 drivers/media/usb/uvc/uvc_metadata.c fdesc->type = vfh->vdev->queue->type; vfh 542 drivers/media/usb/uvc/uvc_v4l2.c v4l2_fh_init(&handle->vfh, &stream->vdev); vfh 543 drivers/media/usb/uvc/uvc_v4l2.c v4l2_fh_add(&handle->vfh); vfh 565 drivers/media/usb/uvc/uvc_v4l2.c v4l2_fh_del(&handle->vfh); vfh 566 drivers/media/usb/uvc/uvc_v4l2.c v4l2_fh_exit(&handle->vfh); vfh 685 drivers/media/usb/uvc/uvcvideo.h struct v4l2_fh vfh; vfh 4386 drivers/media/v4l2-core/v4l2-ctrls.c struct v4l2_fh *vfh = file->private_data; vfh 4389 drivers/media/v4l2-core/v4l2-ctrls.c v4l2_ctrl_handler_log_status(vfh->ctrl_handler, vfh 534 drivers/media/v4l2-core/v4l2-flash-led-class.c if (!v4l2_fh_is_singular(&fh->vfh)) vfh 584 drivers/media/v4l2-core/v4l2-flash-led-class.c if (!v4l2_fh_is_singular(&fh->vfh)) vfh 1111 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh; vfh 1117 drivers/media/v4l2-core/v4l2-ioctl.c vfh = file->private_data; vfh 1118 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_prio_change(vfd->prio, &vfh->prio, *p); vfh 2078 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2081 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2082 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_queryctrl(vfh->ctrl_handler, p); vfh 2095 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2098 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2099 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_query_ext_ctrl(vfh->ctrl_handler, p); vfh 2112 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2115 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2116 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_querymenu(vfh->ctrl_handler, p); vfh 2129 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2134 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2135 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_g_ctrl(vfh->ctrl_handler, p); vfh 2163 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2168 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2169 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_s_ctrl(vfh, vfh->ctrl_handler, p); vfh 2192 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2196 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2197 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_g_ext_ctrls(vfh->ctrl_handler, vfh 2213 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2217 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2218 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, vfh 2234 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = vfh 2238 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->ctrl_handler) vfh 2239 drivers/media/v4l2-core/v4l2-ioctl.c return v4l2_try_ext_ctrls(vfh->ctrl_handler, vfh 2786 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh, unsigned int cmd, vfh 2792 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && vfh->m2m_ctx && vfh 2794 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh->m2m_ctx->q_lock) vfh 2795 drivers/media/v4l2-core/v4l2-ioctl.c return vfh->m2m_ctx->q_lock; vfh 2852 drivers/media/v4l2-core/v4l2-ioctl.c struct v4l2_fh *vfh = NULL; vfh 2863 drivers/media/v4l2-core/v4l2-ioctl.c vfh = file->private_data; vfh 2879 drivers/media/v4l2-core/v4l2-ioctl.c lock = v4l2_ioctl_get_lock(vfd, vfh, cmd, arg); vfh 2896 drivers/media/v4l2-core/v4l2-ioctl.c !((info->flags & INFO_FL_CTRL) && vfh && vfh->ctrl_handler)) vfh 2899 drivers/media/v4l2-core/v4l2-ioctl.c if (vfh && (info->flags & INFO_FL_PRIO)) { vfh 2900 drivers/media/v4l2-core/v4l2-ioctl.c ret = v4l2_prio_check(vfd->prio, vfh->prio); vfh 2918 drivers/media/v4l2-core/v4l2-ioctl.c vfh ? v4l2_prio_check(vfd->prio, vfh->prio) >= 0 : 0, vfh 62 drivers/media/v4l2-core/v4l2-subdev.c v4l2_fh_init(&subdev_fh->vfh, vdev); vfh 63 drivers/media/v4l2-core/v4l2-subdev.c v4l2_fh_add(&subdev_fh->vfh); vfh 64 drivers/media/v4l2-core/v4l2-subdev.c file->private_data = &subdev_fh->vfh; vfh 88 drivers/media/v4l2-core/v4l2-subdev.c v4l2_fh_del(&subdev_fh->vfh); vfh 89 drivers/media/v4l2-core/v4l2-subdev.c v4l2_fh_exit(&subdev_fh->vfh); vfh 100 drivers/media/v4l2-core/v4l2-subdev.c struct v4l2_fh *vfh = file->private_data; vfh 101 drivers/media/v4l2-core/v4l2-subdev.c struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh); vfh 106 drivers/media/v4l2-core/v4l2-subdev.c v4l2_fh_del(vfh); vfh 107 drivers/media/v4l2-core/v4l2-subdev.c v4l2_fh_exit(vfh); vfh 331 drivers/media/v4l2-core/v4l2-subdev.c struct v4l2_fh *vfh = file->private_data; vfh 333 drivers/media/v4l2-core/v4l2-subdev.c struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh); vfh 347 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 349 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_queryctrl(vfh->ctrl_handler, arg); vfh 352 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 354 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_query_ext_ctrl(vfh->ctrl_handler, arg); vfh 357 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 359 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_querymenu(vfh->ctrl_handler, arg); vfh 362 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 364 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_g_ctrl(vfh->ctrl_handler, arg); vfh 367 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 369 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_s_ctrl(vfh, vfh->ctrl_handler, arg); vfh 372 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 374 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_g_ext_ctrls(vfh->ctrl_handler, vfh 378 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 380 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, vfh 384 drivers/media/v4l2-core/v4l2-subdev.c if (!vfh->ctrl_handler) vfh 386 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_try_ext_ctrls(vfh->ctrl_handler, vfh 393 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_event_dequeue(vfh, arg, file->f_flags & O_NONBLOCK); vfh 396 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_subdev_call(sd, core, subscribe_event, vfh, arg); vfh 399 drivers/media/v4l2-core/v4l2-subdev.c return v4l2_subdev_call(sd, core, unsubscribe_event, vfh, arg); vfh 1700 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h u32 *vfl, u32 *vfh, bool sleep_ok); vfh 5537 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c u32 *vfl, u32 *vfh, bool sleep_ok) vfh 5559 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c t4_tp_pio_read(adapter, vfh, 1, TP_RSS_VFH_CONFIG_A, sleep_ok); vfh 272 drivers/staging/media/omap4iss/iss_video.c iss_video_check_format(struct iss_video *video, struct iss_video_fh *vfh) vfh 285 drivers/staging/media/omap4iss/iss_video.c if (vfh->format.fmt.pix.pixelformat != pixfmt.pixelformat || vfh 286 drivers/staging/media/omap4iss/iss_video.c vfh->format.fmt.pix.height != pixfmt.height || vfh 287 drivers/staging/media/omap4iss/iss_video.c vfh->format.fmt.pix.width != pixfmt.width || vfh 288 drivers/staging/media/omap4iss/iss_video.c vfh->format.fmt.pix.bytesperline != pixfmt.bytesperline || vfh 289 drivers/staging/media/omap4iss/iss_video.c vfh->format.fmt.pix.sizeimage != pixfmt.sizeimage) vfh 304 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = vb2_get_drv_priv(vq); vfh 305 drivers/staging/media/omap4iss/iss_video.c struct iss_video *video = vfh->video; vfh 310 drivers/staging/media/omap4iss/iss_video.c sizes[0] = vfh->format.fmt.pix.sizeimage; vfh 331 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue); vfh 333 drivers/staging/media/omap4iss/iss_video.c struct iss_video *video = vfh->video; vfh 334 drivers/staging/media/omap4iss/iss_video.c unsigned long size = vfh->format.fmt.pix.sizeimage; vfh 355 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue); vfh 356 drivers/staging/media/omap4iss/iss_video.c struct iss_video *video = vfh->video; vfh 578 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 585 drivers/staging/media/omap4iss/iss_video.c *format = vfh->format; vfh 594 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 610 drivers/staging/media/omap4iss/iss_video.c vfh->format = *format; vfh 745 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 755 drivers/staging/media/omap4iss/iss_video.c a->parm.output.timeperframe = vfh->timeperframe; vfh 763 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 773 drivers/staging/media/omap4iss/iss_video.c vfh->timeperframe = a->parm.output.timeperframe; vfh 781 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 783 drivers/staging/media/omap4iss/iss_video.c return vb2_reqbufs(&vfh->queue, rb); vfh 789 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 791 drivers/staging/media/omap4iss/iss_video.c return vb2_querybuf(&vfh->queue, b); vfh 798 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 800 drivers/staging/media/omap4iss/iss_video.c return vb2_qbuf(&vfh->queue, video->video.v4l2_dev->mdev, b); vfh 806 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 808 drivers/staging/media/omap4iss/iss_video.c return vb2_expbuf(&vfh->queue, e); vfh 814 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 816 drivers/staging/media/omap4iss/iss_video.c return vb2_dqbuf(&vfh->queue, b, file->f_flags & O_NONBLOCK); vfh 853 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 901 drivers/staging/media/omap4iss/iss_video.c ret = iss_video_check_format(video, vfh); vfh 906 drivers/staging/media/omap4iss/iss_video.c video->bpl_value = vfh->format.fmt.pix.bytesperline; vfh 940 drivers/staging/media/omap4iss/iss_video.c pipe->max_timeperframe = vfh->timeperframe; vfh 942 drivers/staging/media/omap4iss/iss_video.c video->queue = &vfh->queue; vfh 947 drivers/staging/media/omap4iss/iss_video.c ret = vb2_streamon(&vfh->queue, type); vfh 976 drivers/staging/media/omap4iss/iss_video.c vb2_streamoff(&vfh->queue, type); vfh 997 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(fh); vfh 1008 drivers/staging/media/omap4iss/iss_video.c if (!vb2_is_streaming(&vfh->queue)) vfh 1025 drivers/staging/media/omap4iss/iss_video.c vb2_streamoff(&vfh->queue, type); vfh 1105 drivers/staging/media/omap4iss/iss_video.c v4l2_fh_init(&handle->vfh, &video->video); vfh 1106 drivers/staging/media/omap4iss/iss_video.c v4l2_fh_add(&handle->vfh); vfh 1142 drivers/staging/media/omap4iss/iss_video.c file->private_data = &handle->vfh; vfh 1146 drivers/staging/media/omap4iss/iss_video.c v4l2_fh_del(&handle->vfh); vfh 1147 drivers/staging/media/omap4iss/iss_video.c v4l2_fh_exit(&handle->vfh); vfh 1157 drivers/staging/media/omap4iss/iss_video.c struct v4l2_fh *vfh = file->private_data; vfh 1158 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *handle = to_iss_video_fh(vfh); vfh 1161 drivers/staging/media/omap4iss/iss_video.c iss_video_streamoff(file, vfh, video->type); vfh 1168 drivers/staging/media/omap4iss/iss_video.c v4l2_fh_del(vfh); vfh 1169 drivers/staging/media/omap4iss/iss_video.c v4l2_fh_exit(vfh); vfh 1180 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(file->private_data); vfh 1182 drivers/staging/media/omap4iss/iss_video.c return vb2_poll(&vfh->queue, file, wait); vfh 1187 drivers/staging/media/omap4iss/iss_video.c struct iss_video_fh *vfh = to_iss_video_fh(file->private_data); vfh 1189 drivers/staging/media/omap4iss/iss_video.c return vb2_mmap(&vfh->queue, vma); vfh 174 drivers/staging/media/omap4iss/iss_video.h struct v4l2_fh vfh; vfh 181 drivers/staging/media/omap4iss/iss_video.h #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) vfh 146 drivers/usb/gadget/function/uvc.h struct v4l2_fh vfh; vfh 151 drivers/usb/gadget/function/uvc.h container_of(handle, struct uvc_file_handle, vfh) vfh 287 drivers/usb/gadget/function/uvc_v4l2.c v4l2_fh_init(&handle->vfh, vdev); vfh 288 drivers/usb/gadget/function/uvc_v4l2.c v4l2_fh_add(&handle->vfh); vfh 291 drivers/usb/gadget/function/uvc_v4l2.c file->private_data = &handle->vfh; vfh 313 drivers/usb/gadget/function/uvc_v4l2.c v4l2_fh_del(&handle->vfh); vfh 314 drivers/usb/gadget/function/uvc_v4l2.c v4l2_fh_exit(&handle->vfh); vfh 907 include/media/v4l2-subdev.h struct v4l2_fh vfh; vfh 921 include/media/v4l2-subdev.h container_of(fh, struct v4l2_subdev_fh, vfh) vfh 3299 mm/shmem.c static int shmem_match(struct inode *ino, void *vfh) vfh 3301 mm/shmem.c __u32 *fh = vfh;