/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.c | 263 iss_video_check_format(struct iss_video *video, struct iss_video_fh *vfh) in iss_video_check_format() argument 276 if (vfh->format.fmt.pix.pixelformat != pixfmt.pixelformat || in iss_video_check_format() 277 vfh->format.fmt.pix.height != pixfmt.height || in iss_video_check_format() 278 vfh->format.fmt.pix.width != pixfmt.width || in iss_video_check_format() 279 vfh->format.fmt.pix.bytesperline != pixfmt.bytesperline || in iss_video_check_format() 280 vfh->format.fmt.pix.sizeimage != pixfmt.sizeimage) in iss_video_check_format() 295 struct iss_video_fh *vfh = vb2_get_drv_priv(vq); in iss_video_queue_setup() local 296 struct iss_video *video = vfh->video; in iss_video_queue_setup() 301 sizes[0] = vfh->format.fmt.pix.sizeimage; in iss_video_queue_setup() 322 struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue); in iss_video_buf_prepare() local [all …]
|
D | iss_video.h | 181 struct v4l2_fh vfh; member 188 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh)
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 297 isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh) in isp_video_check_format() argument 302 memcpy(&format, &vfh->format, sizeof(format)); in isp_video_check_format() 307 if (vfh->format.fmt.pix.pixelformat != format.fmt.pix.pixelformat || in isp_video_check_format() 308 vfh->format.fmt.pix.height != format.fmt.pix.height || in isp_video_check_format() 309 vfh->format.fmt.pix.width != format.fmt.pix.width || in isp_video_check_format() 310 vfh->format.fmt.pix.bytesperline != format.fmt.pix.bytesperline || in isp_video_check_format() 311 vfh->format.fmt.pix.sizeimage != format.fmt.pix.sizeimage || in isp_video_check_format() 312 vfh->format.fmt.pix.field != format.fmt.pix.field) in isp_video_check_format() 327 struct isp_video_fh *vfh = vb2_get_drv_priv(queue); in isp_video_queue_setup() local 328 struct isp_video *video = vfh->video; in isp_video_queue_setup() [all …]
|
D | ispvideo.h | 187 struct v4l2_fh vfh; member 194 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 73 v4l2_fh_init(&subdev_fh->vfh, vdev); in subdev_open() 74 v4l2_fh_add(&subdev_fh->vfh); in subdev_open() 75 file->private_data = &subdev_fh->vfh; in subdev_open() 98 v4l2_fh_del(&subdev_fh->vfh); in subdev_open() 99 v4l2_fh_exit(&subdev_fh->vfh); in subdev_open() 110 struct v4l2_fh *vfh = file->private_data; in subdev_close() local 111 struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh); in subdev_close() 119 v4l2_fh_del(vfh); in subdev_close() 120 v4l2_fh_exit(vfh); in subdev_close() 183 struct v4l2_fh *vfh = file->private_data; in subdev_do_ioctl() local [all …]
|
D | v4l2-ioctl.c | 1060 struct v4l2_fh *vfh; in v4l_s_priority() local 1066 vfh = file->private_data; in v4l_s_priority() 1067 return v4l2_prio_change(vfd->prio, &vfh->prio, *p); in v4l_s_priority() 1676 struct v4l2_fh *vfh = in v4l_queryctrl() local 1679 if (vfh && vfh->ctrl_handler) in v4l_queryctrl() 1680 return v4l2_queryctrl(vfh->ctrl_handler, p); in v4l_queryctrl() 1693 struct v4l2_fh *vfh = in v4l_query_ext_ctrl() local 1696 if (vfh && vfh->ctrl_handler) in v4l_query_ext_ctrl() 1697 return v4l2_query_ext_ctrl(vfh->ctrl_handler, p); in v4l_query_ext_ctrl() 1710 struct v4l2_fh *vfh = in v4l_querymenu() local [all …]
|
D | v4l2-ctrls.c | 3425 struct v4l2_fh *vfh = file->private_data; in v4l2_ctrl_log_status() local 3428 v4l2_ctrl_handler_log_status(vfh->ctrl_handler, in v4l2_ctrl_log_status()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 900 struct v4l2_fh *vfh = file->private_data; in vsp1_video_querycap() local 901 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_querycap() 925 struct v4l2_fh *vfh = file->private_data; in vsp1_video_get_format() local 926 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_get_format() 941 struct v4l2_fh *vfh = file->private_data; in vsp1_video_try_format() local 942 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_try_format() 953 struct v4l2_fh *vfh = file->private_data; in vsp1_video_set_format() local 954 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_set_format() 983 struct v4l2_fh *vfh = file->private_data; in vsp1_video_streamon() local 984 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_streamon() [all …]
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 487 struct v4l2_fh *vfh = file->private_data; in xvip_dma_querycap() local 488 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_querycap() 514 struct v4l2_fh *vfh = file->private_data; in xvip_dma_enum_format() local 515 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_enum_format() 530 struct v4l2_fh *vfh = file->private_data; in xvip_dma_get_format() local 531 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_get_format() 592 struct v4l2_fh *vfh = file->private_data; in xvip_dma_try_format() local 593 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_try_format() 602 struct v4l2_fh *vfh = file->private_data; in xvip_dma_set_format() local 603 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_set_format()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 295 v4l2_fh_init(&handle->vfh, vdev); in uvc_v4l2_open() 296 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open() 299 file->private_data = &handle->vfh; in uvc_v4l2_open() 321 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release() 322 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
|
D | uvc.h | 181 struct v4l2_fh vfh; member 186 container_of(handle, struct uvc_file_handle, vfh)
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_mc_capture.h | 86 struct v4l2_fh vfh; member
|
D | vpfe_video.c | 405 v4l2_fh_init(&handle->vfh, &video->video_dev); in vpfe_open() 406 v4l2_fh_add(&handle->vfh); in vpfe_open() 419 file->private_data = &handle->vfh; in vpfe_open() 507 struct v4l2_fh *vfh = file->private_data; in vpfe_release() local 509 struct vpfe_fh *fh = container_of(vfh, struct vpfe_fh, vfh); in vpfe_release() 534 v4l2_fh_del(&fh->vfh); in vpfe_release() 535 v4l2_fh_exit(&fh->vfh); in vpfe_release() 542 v4l2_fh_del(vfh); in vpfe_release()
|
/linux-4.1.27/include/media/ |
D | v4l2-subdev.h | 641 struct v4l2_fh vfh; member 648 container_of(fh, struct v4l2_subdev_fh, vfh)
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 514 v4l2_fh_init(&handle->vfh, &stream->vdev); in uvc_v4l2_open() 515 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open() 537 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release() 538 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
|
D | uvcvideo.h | 566 struct v4l2_fh vfh; member
|
D | uvc_ctrl.c | 1231 if (sev->fh && (sev->fh != &handle->vfh || in uvc_ctrl_send_event() 1307 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event() 1346 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1210 u32 *vfl, u32 *vfh);
|
D | t4_hw.c | 3106 u32 *vfl, u32 *vfh) in t4_read_rss_vf_config() argument 3125 vfh, 1, TP_RSS_VFH_CONFIG_A); in t4_read_rss_vf_config()
|
/linux-4.1.27/mm/ |
D | shmem.c | 2671 static int shmem_match(struct inode *ino, void *vfh) in shmem_match() argument 2673 __u32 *fh = vfh; in shmem_match()
|