Searched refs:usb_free_streams (Results 1 – 5 of 5) sorted by relevance
56 without calling usb_free_streams(). This is a simplification for the xHCI host78 void usb_free_streams(struct usb_interface *interface,
877 extern int usb_free_streams(struct usb_interface *interface,
2068 * usb_free_streams - free bulk endpoint stream IDs.2079 int usb_free_streams(struct usb_interface *interface, in usb_free_streams() function 2106 EXPORT_SYMBOL_GPL(usb_free_streams);
474 usb_free_streams(intf, eps, j, GFP_KERNEL); in usb_unbind_interface()
2532 r = usb_free_streams(intf, eps, num_eps, GFP_KERNEL); in proc_free_streams()