Searched refs:streaming_maxburst (Results 1 – 7 of 7) sorted by relevance
29 static unsigned int streaming_maxburst; variable30 module_param(streaming_maxburst, uint, S_IRUGO|S_IWUSR);31 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");379 uvc_opts->streaming_maxburst = streaming_maxburst; in webcam_bind()
794 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); in uvc_function_bind()798 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); in uvc_function_bind()802 if (opts->streaming_maxburst && in uvc_function_bind()845 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()848 (opts->streaming_maxburst + 1)); in uvc_function_bind()858 uvc_ss_bulk_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
28 unsigned int streaming_maxburst; member
2768 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);
112 echo 5 > ${USB_FUNCTIONS_DIR}/uvc.gs6/streaming_maxburst
7 streaming_maxburst 0..15 (ss only)
786 streaming_maxburst bMaxBurst for super speed companion descriptor