Searched refs:streaming_maxburst (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 29 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 D | webcam.c | 30 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 D | u_uvc.h | 26 unsigned int streaming_maxburst; member
|
H A D | f_uvc.c | 604 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 D | uvc_configfs.c | 2486 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_uvc.h | 26 unsigned int streaming_maxburst; member
|
H A D | f_uvc.c | 661 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 D | uvc_configfs.c | 3405 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, 15);
|
Completed in 11 milliseconds