Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c898 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in vsp1_video_querycap() local
899 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_querycap()
914 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in vsp1_video_enum_format() local
915 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_enum_format()
935 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in vsp1_video_get_format() local
936 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_get_format()
951 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in vsp1_video_try_format() local
952 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_try_format()
963 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in vsp1_video_set_format() local
964 struct vsp1_video *video = to_vsp1_video(vfh->vdev); in vsp1_video_set_format()
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1194 struct v4l2_fh *vfh; in v4l_s_priority() local
1198 vfh = file_to_v4l2_fh(file); in v4l_s_priority()
1199 return v4l2_prio_change(vfd->prio, &vfh->prio, *p); in v4l_s_priority()
2301 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in v4l_queryctrl() local
2304 if (vfh && vfh->ctrl_handler) in v4l_queryctrl()
2305 return v4l2_queryctrl(vfh->ctrl_handler, p); in v4l_queryctrl()
2325 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in v4l_query_ext_ctrl() local
2327 if (vfh && vfh->ctrl_handler) in v4l_query_ext_ctrl()
2328 return v4l2_query_ext_ctrl(vfh->ctrl_handler, p); in v4l_query_ext_ctrl()
2341 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in v4l_querymenu() local
[all …]
H A Dv4l2-flash-led-class.c571 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_open()
621 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_close()
H A Dv4l2-ctrls-api.c1256 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in v4l2_ctrl_log_status() local
1258 v4l2_ctrl_handler_log_status(vfh->ctrl_handler, in v4l2_ctrl_log_status()
/linux/drivers/usb/gadget/function/
H A Duvc.h195 struct v4l2_fh vfh; member
201 container_of(handle, struct uvc_file_handle, vfh)
205 return container_of(file_to_v4l2_fh(filp), struct uvc_file_handle, vfh); in file_to_uvc_file_handle()
H A Duvc_v4l2.c677 v4l2_fh_init(&handle->vfh, vdev); in uvc_v4l2_open()
678 v4l2_fh_add(&handle->vfh, file); in uvc_v4l2_open()
698 v4l2_fh_del(&handle->vfh, file); in uvc_v4l2_release()
699 v4l2_fh_exit(&handle->vfh); in uvc_v4l2_release()
/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c1882 struct v4l2_fh *originator = handle ? &handle->vfh : NULL; in uvc_ctrl_send_event()
2124 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_add_event()
2179 struct uvc_fh *handle = container_of(sev->fh, struct uvc_fh, vfh); in uvc_ctrl_del_event()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H 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()