Lines Matching refs:vfh
1141 struct v4l2_fh *vfh; in v4l_s_priority() local
1147 vfh = file->private_data; in v4l_s_priority()
1148 return v4l2_prio_change(vfd->prio, &vfh->prio, *p); in v4l_s_priority()
2140 struct v4l2_fh *vfh = in v4l_queryctrl() local
2143 if (vfh && vfh->ctrl_handler) in v4l_queryctrl()
2144 return v4l2_queryctrl(vfh->ctrl_handler, p); in v4l_queryctrl()
2157 struct v4l2_fh *vfh = in v4l_query_ext_ctrl() local
2160 if (vfh && vfh->ctrl_handler) in v4l_query_ext_ctrl()
2161 return v4l2_query_ext_ctrl(vfh->ctrl_handler, p); in v4l_query_ext_ctrl()
2174 struct v4l2_fh *vfh = in v4l_querymenu() local
2177 if (vfh && vfh->ctrl_handler) in v4l_querymenu()
2178 return v4l2_querymenu(vfh->ctrl_handler, p); in v4l_querymenu()
2191 struct v4l2_fh *vfh = in v4l_g_ctrl() local
2196 if (vfh && vfh->ctrl_handler) in v4l_g_ctrl()
2197 return v4l2_g_ctrl(vfh->ctrl_handler, p); in v4l_g_ctrl()
2225 struct v4l2_fh *vfh = in v4l_s_ctrl() local
2231 if (vfh && vfh->ctrl_handler) in v4l_s_ctrl()
2232 return v4l2_s_ctrl(vfh, vfh->ctrl_handler, p); in v4l_s_ctrl()
2257 struct v4l2_fh *vfh = in v4l_g_ext_ctrls() local
2261 if (vfh && vfh->ctrl_handler) in v4l_g_ext_ctrls()
2262 return v4l2_g_ext_ctrls(vfh->ctrl_handler, in v4l_g_ext_ctrls()
2278 struct v4l2_fh *vfh = in v4l_s_ext_ctrls() local
2282 if (vfh && vfh->ctrl_handler) in v4l_s_ext_ctrls()
2283 return v4l2_s_ext_ctrls(vfh, vfh->ctrl_handler, in v4l_s_ext_ctrls()
2299 struct v4l2_fh *vfh = in v4l_try_ext_ctrls() local
2303 if (vfh && vfh->ctrl_handler) in v4l_try_ext_ctrls()
2304 return v4l2_try_ext_ctrls(vfh->ctrl_handler, in v4l_try_ext_ctrls()
2849 struct v4l2_fh *vfh, unsigned int cmd, in v4l2_ioctl_get_lock() argument
2854 if (vfh && vfh->m2m_ctx && in v4l2_ioctl_get_lock()
2856 if (vfh->m2m_ctx->q_lock) in v4l2_ioctl_get_lock()
2857 return vfh->m2m_ctx->q_lock; in v4l2_ioctl_get_lock()
2913 struct v4l2_fh *vfh = NULL; in __video_do_ioctl() local
2924 vfh = file->private_data; in __video_do_ioctl()
2940 lock = v4l2_ioctl_get_lock(vfd, vfh, cmd, arg); in __video_do_ioctl()
2957 !((info->flags & INFO_FL_CTRL) && vfh && vfh->ctrl_handler)) in __video_do_ioctl()
2960 if (vfh && (info->flags & INFO_FL_PRIO)) { in __video_do_ioctl()
2961 ret = v4l2_prio_check(vfd->prio, vfh->prio); in __video_do_ioctl()
2979 vfh ? v4l2_prio_check(vfd->prio, vfh->prio) >= 0 : 0, in __video_do_ioctl()