| /Linux-v5.4/drivers/staging/media/omap4iss/ | 
| D | iss_video.c | 272 iss_video_check_format(struct iss_video *video, struct iss_video_fh *vfh)  in iss_video_check_format()304 	struct iss_video_fh *vfh = vb2_get_drv_priv(vq);  in iss_video_queue_setup()  local
 331 	struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue);  in iss_video_buf_prepare()  local
 355 	struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue);  in iss_video_buf_queue()  local
 578 	struct iss_video_fh *vfh = to_iss_video_fh(fh);  in iss_video_get_format()  local
 594 	struct iss_video_fh *vfh = to_iss_video_fh(fh);  in iss_video_set_format()  local
 745 	struct iss_video_fh *vfh = to_iss_video_fh(fh);  in iss_video_get_param()  local
 763 	struct iss_video_fh *vfh = to_iss_video_fh(fh);  in iss_video_set_param()  local
 781 	struct iss_video_fh *vfh = to_iss_video_fh(fh);  in iss_video_reqbufs()  local
 789 	struct iss_video_fh *vfh = to_iss_video_fh(fh);  in iss_video_querybuf()  local
 [all …]
 
 | 
| D | iss_video.h | 174 	struct v4l2_fh vfh;  member
 | 
| /Linux-v5.4/drivers/media/platform/omap3isp/ | 
| D | ispvideo.c | 304 isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh)  in isp_video_check_format()333 	struct isp_video_fh *vfh = vb2_get_drv_priv(queue);  in isp_video_queue_setup()  local
 350 	struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue);  in isp_video_buffer_prepare()  local
 390 	struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue);  in isp_video_buffer_queue()  local
 461 	struct isp_video_fh *vfh = vb2_get_drv_priv(queue);  in isp_video_start_streaming()  local
 668 	struct isp_video_fh *vfh = to_isp_video_fh(fh);  in isp_video_get_format()  local
 684 	struct isp_video_fh *vfh = to_isp_video_fh(fh);  in isp_video_set_format()  local
 867 	struct isp_video_fh *vfh = to_isp_video_fh(fh);  in isp_video_get_param()  local
 885 	struct isp_video_fh *vfh = to_isp_video_fh(fh);  in isp_video_set_param()  local
 903 	struct isp_video_fh *vfh = to_isp_video_fh(fh);  in isp_video_reqbufs()  local
 [all …]
 
 | 
| D | ispvideo.h | 183 	struct v4l2_fh vfh;  member
 | 
| /Linux-v5.4/drivers/media/usb/uvc/ | 
| D | uvc_metadata.c | 28 	struct v4l2_fh *vfh = file->private_data;  in uvc_meta_v4l2_querycap()  local44 	struct v4l2_fh *vfh = file->private_data;  in uvc_meta_v4l2_get_format()  local
 62 	struct v4l2_fh *vfh = file->private_data;  in uvc_meta_v4l2_try_format()  local
 83 	struct v4l2_fh *vfh = file->private_data;  in uvc_meta_v4l2_set_format()  local
 112 	struct v4l2_fh *vfh = file->private_data;  in uvc_meta_v4l2_enum_formats()  local
 
 | 
| D | uvcvideo.h | 684 	struct v4l2_fh vfh;  member
 | 
| /Linux-v5.4/drivers/media/platform/vsp1/ | 
| D | vsp1_video.c | 952 	struct v4l2_fh *vfh = file->private_data;  in vsp1_video_querycap()  local971 	struct v4l2_fh *vfh = file->private_data;  in vsp1_video_get_format()  local
 987 	struct v4l2_fh *vfh = file->private_data;  in vsp1_video_try_format()  local
 999 	struct v4l2_fh *vfh = file->private_data;  in vsp1_video_set_format()  local
 1029 	struct v4l2_fh *vfh = file->private_data;  in vsp1_video_streamon()  local
 1107 	struct v4l2_fh *vfh;  in vsp1_video_open()  local
 1132 	struct v4l2_fh *vfh = file->private_data;  in vsp1_video_release()  local
 
 | 
| D | vsp1_histo.c | 422 	struct v4l2_fh *vfh = file->private_data;  in histo_v4l2_querycap()  local441 	struct v4l2_fh *vfh = file->private_data;  in histo_v4l2_enum_format()  local
 455 	struct v4l2_fh *vfh = file->private_data;  in histo_v4l2_get_format()  local
 
 | 
| /Linux-v5.4/drivers/media/platform/xilinx/ | 
| D | xilinx-dma.c | 491 	struct v4l2_fh *vfh = file->private_data;  in xvip_dma_querycap()  local513 	struct v4l2_fh *vfh = file->private_data;  in xvip_dma_enum_format()  local
 527 	struct v4l2_fh *vfh = file->private_data;  in xvip_dma_get_format()  local
 589 	struct v4l2_fh *vfh = file->private_data;  in xvip_dma_try_format()  local
 599 	struct v4l2_fh *vfh = file->private_data;  in xvip_dma_set_format()  local
 
 | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | v4l2-ioctl.c | 1111 	struct v4l2_fh *vfh;  in v4l_s_priority()  local2075 	struct v4l2_fh *vfh =  in v4l_queryctrl()  local
 2092 	struct v4l2_fh *vfh =  in v4l_query_ext_ctrl()  local
 2109 	struct v4l2_fh *vfh =  in v4l_querymenu()  local
 2126 	struct v4l2_fh *vfh =  in v4l_g_ctrl()  local
 2160 	struct v4l2_fh *vfh =  in v4l_s_ctrl()  local
 2189 	struct v4l2_fh *vfh =  in v4l_g_ext_ctrls()  local
 2210 	struct v4l2_fh *vfh =  in v4l_s_ext_ctrls()  local
 2231 	struct v4l2_fh *vfh =  in v4l_try_ext_ctrls()  local
 2783 					 struct v4l2_fh *vfh, unsigned int cmd,  in v4l2_ioctl_get_lock()
 [all …]
 
 | 
| D | v4l2-subdev.c | 100 	struct v4l2_fh *vfh = file->private_data;  in subdev_close()  local331 	struct v4l2_fh *vfh = file->private_data;  in subdev_do_ioctl()  local
 
 | 
| D | v4l2-ctrls.c | 4379 	struct v4l2_fh *vfh = file->private_data;  in v4l2_ctrl_log_status()  local
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | uvc.h | 146 	struct v4l2_fh vfh;  member
 | 
| /Linux-v5.4/drivers/media/platform/qcom/camss/ | 
| D | camss-video.c | 732 	struct v4l2_fh *vfh;  in video_open()  local
 | 
| /Linux-v5.4/include/media/ | 
| D | v4l2-subdev.h | 907 	struct v4l2_fh vfh;  member
 | 
| /Linux-v5.4/mm/ | 
| D | shmem.c | 3291 static int shmem_match(struct inode *ino, void *vfh)  in shmem_match()
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | t4_hw.c | 5536 			   u32 *vfl, u32 *vfh, bool sleep_ok)  in t4_read_rss_vf_config()
 |