Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
Duvcvideo.h715 unsigned int xctrls_count);
718 unsigned int xctrls_count) in uvc_ctrl_commit() argument
720 return __uvc_ctrl_commit(handle, 0, xctrls, xctrls_count); in uvc_ctrl_commit()
Duvc_ctrl.c1240 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_slave_event() argument
1252 for (i = 0; i < xctrls_count; i++) { in uvc_ctrl_send_slave_event()
1268 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events() argument
1276 for (i = 0; i < xctrls_count; ++i) { in uvc_ctrl_send_events()
1284 xctrls, xctrls_count); in uvc_ctrl_send_events()
1292 for (j = 0; j < xctrls_count; j++) { in uvc_ctrl_send_events()
1441 unsigned int xctrls_count) in __uvc_ctrl_commit() argument
1455 uvc_ctrl_send_events(handle, xctrls, xctrls_count); in __uvc_ctrl_commit()