Home
last modified time | relevance | path

Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/core/
Dhcd.c1898 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1901 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1919 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1925 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1972 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/linux-4.1.27/include/linux/usb/
Dhcd.h344 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux-4.1.27/drivers/usb/host/
Dxhci.c5008 .drop_endpoint = xhci_drop_endpoint,