Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 1898 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/ |
D | hcd.h | 344 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci.c | 5008 .drop_endpoint = xhci_drop_endpoint,
|