Searched refs:drop_endpoint (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/core/ |
D | hcd.c | 1879 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1882 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1900 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1906 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1953 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
/drivers/usb/host/ |
D | xhci-mtk.c | 430 .drop_endpoint = xhci_mtk_drop_ep,
|
D | xhci.c | 5411 .drop_endpoint = xhci_drop_endpoint, 5462 if (over->drop_endpoint) in xhci_init_driver() 5463 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
|
D | xhci.h | 1961 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|