Home
last modified time | relevance | path

Searched refs:uvc_ctrl_begin (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/usb/uvc/
H A Duvcvideo.h773 int uvc_ctrl_begin(struct uvc_video_chain *chain);
H A Duvc_v4l2.c837 ret = uvc_ctrl_begin(chain); in uvc_ioctl_g_ext_ctrls()
871 ret = uvc_ctrl_begin(chain); in uvc_ioctl_s_try_ext_ctrls()
H A Duvc_ctrl.c2133 * At the beginning of a set request, uvc_ctrl_begin should be called to
2151 int uvc_ctrl_begin(struct uvc_video_chain *chain) in uvc_ctrl_begin() function