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

/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dwebcam.c33 static unsigned int streaming_maxburst; variable
34 module_param(streaming_maxburst, uint, S_IRUGO|S_IWUSR);
35 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");
385 uvc_opts->streaming_maxburst = streaming_maxburst; webcam_bind()
/linux-4.1.27/drivers/usb/gadget/function/
H A Du_uvc.h29 unsigned int streaming_maxburst; member in struct:f_uvc_opts
H A Df_uvc.c612 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); uvc_function_bind()
642 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; uvc_function_bind()
645 opts->streaming_maxburst); uvc_function_bind()
H A Duvc_configfs.c2357 UVCG_OPTS_ATTR(streaming_maxburst, identity_conv, kstrtou8, u8, identity_conv,

Completed in 118 milliseconds