/drivers/media/usb/uvc/ |
D | uvc_metadata.c | 28 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_querycap() local 29 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_querycap() 33 strscpy(cap->card, vfh->vdev->name, sizeof(cap->card)); in uvc_meta_v4l2_querycap() 44 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_get_format() local 45 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_get_format() 48 if (format->type != vfh->vdev->queue->type) in uvc_meta_v4l2_get_format() 62 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_try_format() local 63 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_try_format() 68 if (format->type != vfh->vdev->queue->type) in uvc_meta_v4l2_try_format() 83 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_set_format() local [all …]
|
D | uvc_v4l2.c | 588 v4l2_fh_init(&handle->vfh, &stream->vdev); in uvc_v4l2_open() 589 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open() 611 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release() 612 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
|
D | uvcvideo.h | 582 struct v4l2_fh vfh; member
|
D | uvc_ctrl.c | 1381 struct v4l2_fh *originator = handle ? &handle->vfh : NULL; in uvc_ctrl_send_event() 1560 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event() 1604 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event()
|
/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() argument 285 if (vfh->format.fmt.pix.pixelformat != pixfmt.pixelformat || in iss_video_check_format() 286 vfh->format.fmt.pix.height != pixfmt.height || in iss_video_check_format() 287 vfh->format.fmt.pix.width != pixfmt.width || in iss_video_check_format() 288 vfh->format.fmt.pix.bytesperline != pixfmt.bytesperline || in iss_video_check_format() 289 vfh->format.fmt.pix.sizeimage != pixfmt.sizeimage) in iss_video_check_format() 304 struct iss_video_fh *vfh = vb2_get_drv_priv(vq); in iss_video_queue_setup() local 305 struct iss_video *video = vfh->video; in iss_video_queue_setup() 310 sizes[0] = vfh->format.fmt.pix.sizeimage; in iss_video_queue_setup() 331 struct iss_video_fh *vfh = vb2_get_drv_priv(vb->vb2_queue); in iss_video_buf_prepare() local [all …]
|
D | iss_video.h | 173 struct v4l2_fh vfh; member 180 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh)
|
/drivers/media/platform/omap3isp/ |
D | ispvideo.c | 303 isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh) in isp_video_check_format() argument 308 memcpy(&format, &vfh->format, sizeof(format)); in isp_video_check_format() 313 if (vfh->format.fmt.pix.pixelformat != format.fmt.pix.pixelformat || in isp_video_check_format() 314 vfh->format.fmt.pix.height != format.fmt.pix.height || in isp_video_check_format() 315 vfh->format.fmt.pix.width != format.fmt.pix.width || in isp_video_check_format() 316 vfh->format.fmt.pix.bytesperline != format.fmt.pix.bytesperline || in isp_video_check_format() 317 vfh->format.fmt.pix.sizeimage != format.fmt.pix.sizeimage || in isp_video_check_format() 318 vfh->format.fmt.pix.field != format.fmt.pix.field) in isp_video_check_format() 332 struct isp_video_fh *vfh = vb2_get_drv_priv(queue); in isp_video_queue_setup() local 333 struct isp_video *video = vfh->video; in isp_video_queue_setup() [all …]
|
D | ispvideo.h | 183 struct v4l2_fh vfh; member 190 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)
|
/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 63 v4l2_fh_init(&subdev_fh->vfh, vdev); in subdev_open() 64 v4l2_fh_add(&subdev_fh->vfh); in subdev_open() 65 file->private_data = &subdev_fh->vfh; in subdev_open() 89 v4l2_fh_del(&subdev_fh->vfh); in subdev_open() 90 v4l2_fh_exit(&subdev_fh->vfh); in subdev_open() 101 struct v4l2_fh *vfh = file->private_data; in subdev_close() local 102 struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh); in subdev_close() 107 v4l2_fh_del(vfh); in subdev_close() 108 v4l2_fh_exit(vfh); in subdev_close() 360 struct v4l2_fh *vfh = file->private_data; in subdev_do_ioctl() local [all …]
|
D | v4l2-ioctl.c | 1143 struct v4l2_fh *vfh; in v4l_s_priority() local 1149 vfh = file->private_data; in v4l_s_priority() 1150 return v4l2_prio_change(vfd->prio, &vfh->prio, *p); in v4l_s_priority() 2142 struct v4l2_fh *vfh = in v4l_queryctrl() local 2145 if (vfh && vfh->ctrl_handler) in v4l_queryctrl() 2146 return v4l2_queryctrl(vfh->ctrl_handler, p); in v4l_queryctrl() 2159 struct v4l2_fh *vfh = in v4l_query_ext_ctrl() local 2162 if (vfh && vfh->ctrl_handler) in v4l_query_ext_ctrl() 2163 return v4l2_query_ext_ctrl(vfh->ctrl_handler, p); in v4l_query_ext_ctrl() 2176 struct v4l2_fh *vfh = in v4l_querymenu() local [all …]
|
D | v4l2-flash-led-class.c | 572 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_open() 622 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_close()
|
D | v4l2-ctrls-api.c | 1123 struct v4l2_fh *vfh = file->private_data; in v4l2_ctrl_log_status() local 1126 v4l2_ctrl_handler_log_status(vfh->ctrl_handler, in v4l2_ctrl_log_status()
|
/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 952 struct v4l2_fh *vfh = file->private_data; in vsp1_video_querycap() local 953 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_querycap() 971 struct v4l2_fh *vfh = file->private_data; in vsp1_video_get_format() local 972 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_get_format() 987 struct v4l2_fh *vfh = file->private_data; in vsp1_video_try_format() local 988 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_try_format() 999 struct v4l2_fh *vfh = file->private_data; in vsp1_video_set_format() local 1000 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_set_format() 1029 struct v4l2_fh *vfh = file->private_data; in vsp1_video_streamon() local 1030 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_streamon() [all …]
|
D | vsp1_histo.c | 427 struct v4l2_fh *vfh = file->private_data; in histo_v4l2_querycap() local 428 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_querycap() 446 struct v4l2_fh *vfh = file->private_data; in histo_v4l2_enum_format() local 447 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_enum_format() 460 struct v4l2_fh *vfh = file->private_data; in histo_v4l2_get_format() local 461 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_get_format()
|
/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 490 struct v4l2_fh *vfh = file->private_data; in xvip_dma_querycap() local 491 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_querycap() 512 struct v4l2_fh *vfh = file->private_data; in xvip_dma_enum_format() local 513 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_enum_format() 526 struct v4l2_fh *vfh = file->private_data; in xvip_dma_get_format() local 527 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_get_format() 586 struct v4l2_fh *vfh = file->private_data; in xvip_dma_try_format() local 587 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_try_format() 596 struct v4l2_fh *vfh = file->private_data; in xvip_dma_set_format() local 597 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_set_format()
|
/drivers/usb/gadget/function/ |
D | uvc.h | 176 struct v4l2_fh vfh; member 182 container_of(handle, struct uvc_file_handle, vfh)
|
D | uvc_v4l2.c | 592 v4l2_fh_init(&handle->vfh, vdev); in uvc_v4l2_open() 593 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open() 596 file->private_data = &handle->vfh; in uvc_v4l2_open() 615 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release() 616 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
|
/drivers/media/platform/qcom/camss/ |
D | camss-video.c | 841 struct v4l2_fh *vfh; in video_open() local 846 vfh = kzalloc(sizeof(*vfh), GFP_KERNEL); in video_open() 847 if (vfh == NULL) { in video_open() 852 v4l2_fh_init(vfh, vdev); in video_open() 853 v4l2_fh_add(vfh); in video_open() 855 file->private_data = vfh; in video_open()
|
/drivers/staging/media/atomisp/pci/ |
D | atomisp_fops.c | 909 v4l2_fh_init(&fh.vfh, vdev); in atomisp_release()
|
D | atomisp_cmd.c | 5253 v4l2_fh_init(&fh.vfh, vdev); in atomisp_set_fmt_to_isp() 5576 v4l2_fh_init(&fh.vfh, vdev); in atomisp_set_fmt_to_snr() 5685 v4l2_fh_init(&fh.vfh, vdev); in atomisp_set_fmt() 6110 v4l2_fh_init(&fh.vfh, vdev); in atomisp_set_fmt_file()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 1910 u32 *vfl, u32 *vfh, bool sleep_ok);
|
D | t4_hw.c | 5524 u32 *vfl, u32 *vfh, bool sleep_ok) in t4_read_rss_vf_config() argument 5546 t4_tp_pio_read(adapter, vfh, 1, TP_RSS_VFH_CONFIG_A, sleep_ok); in t4_read_rss_vf_config()
|