Home
last modified time | relevance | path

Searched refs:usb_alloc_streams (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/Documentation/driver-api/usb/
Dbulk-streams.rst33 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.10/drivers/usb/core/
Dhcd.c2001 int usb_alloc_streams(struct usb_interface *interface, in usb_alloc_streams() function
2037 EXPORT_SYMBOL_GPL(usb_alloc_streams);
Ddevio.c2402 r = usb_alloc_streams(intf, eps, num_eps, num_streams, GFP_KERNEL); in proc_alloc_streams()
/Linux-v5.10/include/linux/
Dusb.h831 extern int usb_alloc_streams(struct usb_interface *interface,
/Linux-v5.10/drivers/usb/storage/
Duas.c966 devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1, in uas_configure_endpoints()