Home
last modified time | relevance | path

Searched refs:xctrls_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/uvc/
Duvcvideo.h776 unsigned int xctrls_count);
779 unsigned int xctrls_count) in uvc_ctrl_commit() argument
781 return __uvc_ctrl_commit(handle, 0, xctrls, xctrls_count); in uvc_ctrl_commit()
Duvc_ctrl.c1347 unsigned int xctrls_count, u32 id) in uvc_ctrl_xctrls_has_control() argument
1351 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_xctrls_has_control()
1360 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events() argument
1368 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_send_events()
1385 if (uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events()
1398 uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events()
1543 unsigned int xctrls_count) in __uvc_ctrl_commit() argument
1557 uvc_ctrl_send_events(handle, xctrls, xctrls_count); in __uvc_ctrl_commit()