Home
last modified time | relevance | path

Searched refs:vfh (Results 1 – 20 of 20) sorted by relevance

/drivers/media/platform/ti/omap3isp/
A Dispvideo.c667 *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 Dispvideo.h190 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 Duvc_metadata.c29 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 Duvcvideo.h634 struct v4l2_fh vfh; member
A Duvc_v4l2.c602 v4l2_fh_init(&handle->vfh, &stream->vdev); in uvc_v4l2_open()
603 v4l2_fh_add(&handle->vfh); in uvc_v4l2_open()
A Duvc_ctrl.c1813 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 Dvsp1_video.c899 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 Dvsp1_histo.c395 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 Dv4l2-subdev.c131 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 Dv4l2-ioctl.c2304 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 Dv4l2-flash-led-class.c572 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_open()
622 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_close()
A Dv4l2-ctrls-api.c1256 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 Dxilinx-dma.c472 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 Dwave5-vpu.h44 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 Dcamss-video.c611 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 Duvc.h191 struct v4l2_fh vfh; member
197 container_of(handle, struct uvc_file_handle, vfh)
A Duvc_v4l2.c674 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 Datomisp_fops.c529 v4l2_fh_init(&fh.vfh, vdev); in atomisp_release()
/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4.h1908 u32 *vfl, u32 *vfh, bool sleep_ok);
A Dt4_hw.c5524 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()

Completed in 883 milliseconds