Searched refs:usb_alloc_streams (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/Documentation/driver-api/usb/ | 
| D | bulk-streams.rst | 33   int usb_alloc_streams(struct usb_interface *interface,64 usb_alloc_streams() returns with a value of N, you may use streams 1 though N.
 
 | 
| /Linux-v5.4/drivers/usb/core/ | 
| D | hcd.c | 2004 int usb_alloc_streams(struct usb_interface *interface,  in usb_alloc_streams()  function2040 EXPORT_SYMBOL_GPL(usb_alloc_streams);
 
 | 
| D | devio.c | 2377 	r = usb_alloc_streams(intf, eps, num_eps, num_streams, GFP_KERNEL);  in proc_alloc_streams()
 | 
| /Linux-v5.4/include/linux/ | 
| D | usb.h | 830 extern int usb_alloc_streams(struct usb_interface *interface,
 | 
| /Linux-v5.4/drivers/usb/storage/ | 
| D | uas.c | 919 		devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1,  in uas_configure_endpoints()
 |