Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A 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,
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c2079 int usb_free_streams(struct usb_interface *interface, in usb_free_streams() function
2106 EXPORT_SYMBOL_GPL(usb_free_streams);
H A Ddriver.c475 usb_free_streams(intf, eps, j, GFP_KERNEL); in usb_unbind_interface()
H A Ddevio.c2426 r = usb_free_streams(intf, eps, num_eps, GFP_KERNEL); in proc_free_streams()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h859 extern int usb_free_streams(struct usb_interface *interface,
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas.c987 usb_free_streams(devinfo->intf, eps, 3, GFP_NOIO); in uas_free_streams()