Searched refs:usb_free_streams (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | bulk-streams.rst | 56 without calling usb_free_streams(). This is a simplification for the xHCI host 78 void usb_free_streams(struct usb_interface *interface,
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hcd.c | 2082 int usb_free_streams(struct usb_interface *interface, in usb_free_streams() function 2109 EXPORT_SYMBOL_GPL(usb_free_streams);
|
D | driver.c | 474 usb_free_streams(intf, eps, j, GFP_KERNEL); in usb_unbind_interface()
|
D | devio.c | 2426 r = usb_free_streams(intf, eps, num_eps, GFP_KERNEL); in proc_free_streams()
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb.h | 843 extern int usb_free_streams(struct usb_interface *interface,
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
D | uas.c | 987 usb_free_streams(devinfo->intf, eps, 3, GFP_NOIO); in uas_free_streams()
|