Home
last modified time | relevance | path

Searched refs:streaming_maxburst (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/legacy/
Dwebcam.c29 static unsigned int streaming_maxburst; variable
30 module_param(streaming_maxburst, uint, S_IRUGO|S_IWUSR);
31 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");
382 uvc_opts->streaming_maxburst = streaming_maxburst; in webcam_bind()
/Linux-v6.6/drivers/usb/gadget/function/
Du_uvc.h26 unsigned int streaming_maxburst; member
Df_uvc.c661 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); in uvc_function_bind()
664 if (opts->streaming_maxburst && in uvc_function_bind()
705 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
708 (opts->streaming_maxburst + 1)); in uvc_function_bind()
Duvc_configfs.c3405 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);
/Linux-v6.6/Documentation/usb/
Dgadget_uvc.rst362 # streaming_maxburst sets bMaxBurst. Valid values are 1..15
363 echo 1 > $FUNCTION/streaming_maxburst
371 true for streaming_maxburst provided the USB connection is running at SuperSpeed.
Dgadget-testing.rst793 streaming_maxburst bMaxBurst for super speed companion descriptor
/Linux-v6.6/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc7 streaming_maxburst 0..15 (ss only)