Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/uvc/
Duvcvideo.h847 unsigned int xctrls_count);
850 unsigned int xctrls_count) in uvc_ctrl_commit() argument
852 return __uvc_ctrl_commit(handle, 0, xctrls, xctrls_count); in uvc_ctrl_commit()
Duvc_ctrl.c1346 unsigned int xctrls_count, u32 id) in uvc_ctrl_xctrls_has_control() argument
1350 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_xctrls_has_control()
1359 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events() argument
1367 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_send_events()
1384 if (uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events()
1397 uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events()
1542 unsigned int xctrls_count) in __uvc_ctrl_commit() argument
1556 uvc_ctrl_send_events(handle, xctrls, xctrls_count); in __uvc_ctrl_commit()