Searched refs:streaming_maxpacket (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_uvc.c | 792 opts->streaming_maxpacket = clamp(opts->streaming_maxpacket, in uvc_function_bind() 796 opts->streaming_maxpacket = clamp(opts->streaming_maxpacket, in uvc_function_bind() 803 (opts->streaming_maxpacket % 1024) != 0) { in uvc_function_bind() 804 opts->streaming_maxpacket = roundup(opts->streaming_maxpacket, 1024); in uvc_function_bind() 806 opts->streaming_maxpacket); in uvc_function_bind() 815 if (opts->streaming_maxpacket <= 1024) { in uvc_function_bind() 817 max_packet_size = opts->streaming_maxpacket; in uvc_function_bind() 818 } else if (opts->streaming_maxpacket <= 2048) { in uvc_function_bind() 820 max_packet_size = opts->streaming_maxpacket / 2; in uvc_function_bind() 823 max_packet_size = opts->streaming_maxpacket / 3; in uvc_function_bind() [all …]
|
| H A D | u_uvc.h | 27 unsigned int streaming_maxpacket; member
|
| H A D | uvc_configfs.c | 2767 UVCG_OPTS_ATTR(streaming_maxpacket, streaming_maxpacket, 3072);
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | webcam.c | 25 static unsigned int streaming_maxpacket = 1024; variable 26 module_param(streaming_maxpacket, uint, S_IRUGO|S_IWUSR); 27 MODULE_PARM_DESC(streaming_maxpacket, "1 - 1023 (FS), 1 - 3072 (hs/ss)"); 378 uvc_opts->streaming_maxpacket = streaming_maxpacket; in webcam_bind()
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/ |
| H A D | usb_config.sh | 107 echo 3072 > ${USB_FUNCTIONS_DIR}/uvc.gs6/streaming_maxpacket
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uvc | 8 streaming_maxpacket 1..1023 (fs), 1..3072 (hs/ss)
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget-testing.rst | 787 streaming_maxpacket maximum packet size this endpoint is capable of
|