Home
last modified time | relevance | path

Searched refs:streaming_maxburst (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dwebcam.c30 static unsigned int streaming_maxburst; variable
31 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()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_uvc.h26 unsigned int streaming_maxburst; member
H A Df_uvc.c604 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); in uvc_function_bind()
607 if (opts->streaming_maxburst && in uvc_function_bind()
647 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
650 (opts->streaming_maxburst + 1)); in uvc_function_bind()
H A Duvc_configfs.c2486 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_uvc.h26 unsigned int streaming_maxburst; member
H A 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()
H A Duvc_configfs.c3405 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);

Completed in 11 milliseconds