Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/usb/uvc/
Duvcvideo.h889 unsigned int xctrls_count);
892 unsigned int xctrls_count) in uvc_ctrl_commit() argument
894 return __uvc_ctrl_commit(handle, 0, xctrls, xctrls_count); in uvc_ctrl_commit()
Duvc_ctrl.c1358 unsigned int xctrls_count, u32 id) in uvc_ctrl_xctrls_has_control() argument
1362 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_xctrls_has_control()
1371 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events() argument
1379 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_send_events()
1396 if (uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events()
1409 uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events()
1554 unsigned int xctrls_count) in __uvc_ctrl_commit() argument
1568 uvc_ctrl_send_events(handle, xctrls, xctrls_count); in __uvc_ctrl_commit()