Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/driver-api/usb/
Dbulk-streams.rst56 without calling usb_free_streams(). This is a simplification for the xHCI host
78 void usb_free_streams(struct usb_interface *interface,
/Linux-v6.6/include/linux/
Dusb.h871 extern int usb_free_streams(struct usb_interface *interface,
/Linux-v6.6/drivers/usb/core/
Dhcd.c2065 int usb_free_streams(struct usb_interface *interface, in usb_free_streams() function
2092 EXPORT_SYMBOL_GPL(usb_free_streams);
Ddriver.c474 usb_free_streams(intf, eps, j, GFP_KERNEL); in usb_unbind_interface()
Ddevio.c2529 r = usb_free_streams(intf, eps, num_eps, GFP_KERNEL); in proc_free_streams()
/Linux-v6.6/drivers/usb/storage/
Duas.c982 usb_free_streams(devinfo->intf, eps, 3, GFP_NOIO); in uas_free_streams()