Searched refs:xctrls_count (Results 1 – 2 of 2) sorted by relevance
/drivers/media/usb/uvc/ |
D | uvcvideo.h | 840 unsigned int xctrls_count); 843 unsigned int xctrls_count) in uvc_ctrl_commit() argument 845 return __uvc_ctrl_commit(handle, 0, xctrls, xctrls_count); in uvc_ctrl_commit()
|
D | uvc_ctrl.c | 1342 unsigned int xctrls_count, u32 id) in uvc_ctrl_xctrls_has_control() argument 1346 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_xctrls_has_control() 1355 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events() argument 1363 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_send_events() 1380 if (uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events() 1393 uvc_ctrl_xctrls_has_control(xctrls, xctrls_count, in uvc_ctrl_send_events() 1538 unsigned int xctrls_count) in __uvc_ctrl_commit() argument 1552 uvc_ctrl_send_events(handle, xctrls, xctrls_count); in __uvc_ctrl_commit()
|