Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
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; in webcam_bind()
/linux-4.1.27/drivers/usb/gadget/function/
Du_uvc.h29 unsigned int streaming_maxburst; member
Df_uvc.c612 opts->streaming_maxburst = min(opts->streaming_maxburst, 15U); in uvc_function_bind()
642 uvc_ss_streaming_comp.bMaxBurst = opts->streaming_maxburst; in uvc_function_bind()
645 opts->streaming_maxburst); in uvc_function_bind()
Duvc_configfs.c2357 UVCG_OPTS_ATTR(streaming_maxburst, identity_conv, kstrtou8, u8, identity_conv,
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc6 streaming_maxburst - 0..15 (ss only)
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt668 streaming_maxburst - bMaxBurst for super speed companion descriptor