Lines Matching refs:vfh

1192 	struct v4l2_fh *vfh;  in v4l_s_priority()  local
1198 vfh = file->private_data; in v4l_s_priority()
1199 return v4l2_prio_change(vfd->prio, &vfh->prio, *p); in v4l_s_priority()
2285 struct v4l2_fh *vfh = in v4l_queryctrl() local
2288 if (vfh && vfh->ctrl_handler) in v4l_queryctrl()
2289 return v4l2_queryctrl(vfh->ctrl_handler, p); in v4l_queryctrl()
2302 struct v4l2_fh *vfh = in v4l_query_ext_ctrl() local
2305 if (vfh && vfh->ctrl_handler) in v4l_query_ext_ctrl()
2306 return v4l2_query_ext_ctrl(vfh->ctrl_handler, p); in v4l_query_ext_ctrl()
2319 struct v4l2_fh *vfh = in v4l_querymenu() local
2322 if (vfh && vfh->ctrl_handler) in v4l_querymenu()
2323 return v4l2_querymenu(vfh->ctrl_handler, p); in v4l_querymenu()
2336 struct v4l2_fh *vfh = in v4l_g_ctrl() local
2341 if (vfh && vfh->ctrl_handler) in v4l_g_ctrl()
2342 return v4l2_g_ctrl(vfh->ctrl_handler, p); in v4l_g_ctrl()
2370 struct v4l2_fh *vfh = in v4l_s_ctrl() local
2376 if (vfh && vfh->ctrl_handler) in v4l_s_ctrl()
2377 return v4l2_s_ctrl(vfh, vfh->ctrl_handler, p); in v4l_s_ctrl()
2402 struct v4l2_fh *vfh = in v4l_g_ext_ctrls() local
2406 if (vfh && vfh->ctrl_handler) in v4l_g_ext_ctrls()
2407 return v4l2_g_ext_ctrls(vfh->ctrl_handler, in v4l_g_ext_ctrls()
2423 struct v4l2_fh *vfh = in v4l_s_ext_ctrls() local
2427 if (vfh && vfh->ctrl_handler) in v4l_s_ext_ctrls()
2428 return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, in v4l_s_ext_ctrls()
2444 struct v4l2_fh *vfh = in v4l_try_ext_ctrls() local
2448 if (vfh && vfh->ctrl_handler) in v4l_try_ext_ctrls()
2449 return v4l2_try_ext_ctrls(vfh->ctrl_handler, in v4l_try_ext_ctrls()
2994 struct v4l2_fh *vfh, unsigned int cmd, in v4l2_ioctl_get_lock() argument
2999 if (vfh && vfh->m2m_ctx && in v4l2_ioctl_get_lock()
3001 if (vfh->m2m_ctx->q_lock) in v4l2_ioctl_get_lock()
3002 return vfh->m2m_ctx->q_lock; in v4l2_ioctl_get_lock()
3058 struct v4l2_fh *vfh = NULL; in __video_do_ioctl() local
3069 vfh = file->private_data; in __video_do_ioctl()
3085 lock = v4l2_ioctl_get_lock(vfd, vfh, cmd, arg); in __video_do_ioctl()
3102 !((info->flags & INFO_FL_CTRL) && vfh && vfh->ctrl_handler)) in __video_do_ioctl()
3105 if (vfh && (info->flags & INFO_FL_PRIO)) { in __video_do_ioctl()
3106 ret = v4l2_prio_check(vfd->prio, vfh->prio); in __video_do_ioctl()
3124 vfh ? v4l2_prio_check(vfd->prio, vfh->prio) >= 0 : 0, in __video_do_ioctl()