Searched refs:streaming_maxburst (Results 1 – 4 of 4) sorted by relevance
30 static unsigned int streaming_maxburst; variable31 module_param(streaming_maxburst, uint, S_IRUGO|S_IWUSR);32 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");538 uvc_opts->streaming_maxburst = streaming_maxburst; in webcam_bind()
26 unsigned int streaming_maxburst; member
660 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); in uvc_function_bind()663 if (opts->streaming_maxburst && in uvc_function_bind()704 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()707 (opts->streaming_maxburst + 1)); in uvc_function_bind()
3417 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);