Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A Dhcd.c1857 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1860 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1878 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1884 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1931 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/linux/include/linux/usb/
A Dhcd.h369 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux/drivers/usb/host/
A Dxhci-mtk.c452 .drop_endpoint = xhci_mtk_drop_ep,
A Dxhci.c5411 .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()
A Dxhci.h1942 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member

Completed in 29 milliseconds