Home
last modified time | relevance | path

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

/drivers/usb/core/
Dhcd.c1879 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/
Dxhci-mtk.c430 .drop_endpoint = xhci_mtk_drop_ep,
Dxhci.c5412 .drop_endpoint = xhci_drop_endpoint,
5463 if (over->drop_endpoint) in xhci_init_driver()
5464 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
Dxhci.h1961 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member