| /drivers/media/platform/ti/omap3isp/ |
| A D | ispvideo.c | 667 *format = vfh->format; in isp_video_get_format() 725 vfh->format = *format; in isp_video_set_format() 1143 video->queue = &vfh->queue; in isp_video_streamon() 1220 vb2_streamoff(&vfh->queue, type); in isp_video_streamoff() 1300 v4l2_fh_add(&handle->vfh); in isp_video_open() 1336 file->private_data = &handle->vfh; in isp_video_open() 1340 v4l2_fh_del(&handle->vfh); in isp_video_open() 1341 v4l2_fh_exit(&handle->vfh); in isp_video_open() 1364 v4l2_fh_del(vfh); in isp_video_release() 1365 v4l2_fh_exit(vfh); in isp_video_release() [all …]
|
| A D | ispvideo.h | 190 struct v4l2_fh vfh; member 197 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)
|
| /drivers/media/usb/uvc/ |
| A D | uvc_metadata.c | 29 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_querycap() local 30 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_querycap() 45 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_get_format() local 46 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_get_format() 49 if (format->type != vfh->vdev->queue->type) in uvc_meta_v4l2_get_format() 63 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_try_format() local 69 if (format->type != vfh->vdev->queue->type) in uvc_meta_v4l2_try_format() 89 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_set_format() local 118 struct v4l2_fh *vfh = file->private_data; in uvc_meta_v4l2_enum_formats() local 123 if (fdesc->type != vfh->vdev->queue->type) in uvc_meta_v4l2_enum_formats() [all …]
|
| A D | uvcvideo.h | 634 struct v4l2_fh vfh; member
|
| A D | uvc_v4l2.c | 602 v4l2_fh_init(&handle->vfh, &stream->vdev); in uvc_v4l2_open() 603 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open()
|
| A D | uvc_ctrl.c | 1813 struct v4l2_fh *originator = handle ? &handle->vfh : NULL; in uvc_ctrl_send_event() 2055 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event() 2110 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event()
|
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_video.c | 899 struct v4l2_fh *vfh = file->private_data; in vsp1_video_querycap() local 915 struct v4l2_fh *vfh = file->private_data; in vsp1_video_enum_format() local 1074 struct v4l2_fh *vfh; in vsp1_video_open() local 1077 vfh = kzalloc(sizeof(*vfh), GFP_KERNEL); in vsp1_video_open() 1078 if (vfh == NULL) in vsp1_video_open() 1081 v4l2_fh_init(vfh, &video->video); in vsp1_video_open() 1082 v4l2_fh_add(vfh); in vsp1_video_open() 1084 file->private_data = vfh; in vsp1_video_open() 1088 v4l2_fh_del(vfh); in vsp1_video_open() 1089 v4l2_fh_exit(vfh); in vsp1_video_open() [all …]
|
| A D | vsp1_histo.c | 395 struct v4l2_fh *vfh = file->private_data; in histo_v4l2_querycap() local 396 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_querycap() 412 struct v4l2_fh *vfh = file->private_data; in histo_v4l2_enum_format() local 413 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_enum_format() 426 struct v4l2_fh *vfh = file->private_data; in histo_v4l2_get_format() local 427 struct vsp1_histogram *histo = vdev_to_histo(vfh->vdev); in histo_v4l2_get_format()
|
| /drivers/media/v4l2-core/ |
| A D | v4l2-subdev.c | 131 v4l2_fh_del(vfh); in subdev_close() 132 v4l2_fh_exit(vfh); in subdev_close() 652 if (!vfh->ctrl_handler) in subdev_do_ioctl() 657 if (!vfh->ctrl_handler) in subdev_do_ioctl() 662 if (!vfh->ctrl_handler) in subdev_do_ioctl() 667 if (!vfh->ctrl_handler) in subdev_do_ioctl() 674 return v4l2_s_ctrl(vfh, vfh->ctrl_handler, arg); in subdev_do_ioctl() 685 return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, in subdev_do_ioctl() 703 vfh, arg); in subdev_do_ioctl() 706 vfh->ctrl_handler) in subdev_do_ioctl() [all …]
|
| A D | v4l2-ioctl.c | 2304 if (vfh && vfh->ctrl_handler) in v4l_queryctrl() 2328 if (vfh && vfh->ctrl_handler) in v4l_query_ext_ctrl() 2345 if (vfh && vfh->ctrl_handler) in v4l_querymenu() 2364 if (vfh && vfh->ctrl_handler) in v4l_g_ctrl() 2397 if (vfh && vfh->ctrl_handler) in v4l_s_ctrl() 2398 return v4l2_s_ctrl(vfh, vfh->ctrl_handler, p); in v4l_s_ctrl() 2425 if (vfh && vfh->ctrl_handler) in v4l_g_ext_ctrls() 2446 if (vfh && vfh->ctrl_handler) in v4l_s_ext_ctrls() 2447 return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, in v4l_s_ext_ctrls() 2467 if (vfh && vfh->ctrl_handler) in v4l_try_ext_ctrls() [all …]
|
| A 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()
|
| A D | v4l2-ctrls-api.c | 1256 struct v4l2_fh *vfh = file->private_data; in v4l2_ctrl_log_status() local 1259 v4l2_ctrl_handler_log_status(vfh->ctrl_handler, in v4l2_ctrl_log_status()
|
| /drivers/media/platform/xilinx/ |
| A D | xilinx-dma.c | 472 struct v4l2_fh *vfh = file->private_data; in xvip_dma_querycap() local 473 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_querycap() 494 struct v4l2_fh *vfh = file->private_data; in xvip_dma_enum_format() local 495 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_enum_format() 508 struct v4l2_fh *vfh = file->private_data; in xvip_dma_get_format() local 509 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_get_format() 568 struct v4l2_fh *vfh = file->private_data; in xvip_dma_try_format() local 569 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_try_format() 578 struct v4l2_fh *vfh = file->private_data; in xvip_dma_set_format() local 579 struct xvip_dma *dma = to_xvip_dma(vfh->vdev); in xvip_dma_set_format()
|
| /drivers/media/platform/chips-media/wave5/ |
| A D | wave5-vpu.h | 44 static inline struct vpu_instance *wave5_to_vpu_inst(struct v4l2_fh *vfh) in wave5_to_vpu_inst() argument 46 return container_of(vfh, struct vpu_instance, v4l2_fh); in wave5_to_vpu_inst()
|
| /drivers/media/platform/qcom/camss/ |
| A D | camss-video.c | 611 struct v4l2_fh *vfh; in video_open() local 616 vfh = kzalloc(sizeof(*vfh), GFP_KERNEL); in video_open() 617 if (vfh == NULL) { in video_open() 622 v4l2_fh_init(vfh, vdev); in video_open() 623 v4l2_fh_add(vfh); in video_open() 625 file->private_data = vfh; in video_open()
|
| /drivers/usb/gadget/function/ |
| A D | uvc.h | 191 struct v4l2_fh vfh; member 197 container_of(handle, struct uvc_file_handle, vfh)
|
| A D | uvc_v4l2.c | 674 v4l2_fh_init(&handle->vfh, vdev); in uvc_v4l2_open() 675 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open() 678 file->private_data = &handle->vfh; in uvc_v4l2_open() 697 v4l2_fh_del(&handle->vfh); in uvc_v4l2_release() 698 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
|
| /drivers/staging/media/atomisp/pci/ |
| A D | atomisp_fops.c | 529 v4l2_fh_init(&fh.vfh, vdev); in atomisp_release()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4.h | 1908 u32 *vfl, u32 *vfh, bool sleep_ok);
|
| A 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()
|