Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/core/
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-v5.15/include/linux/usb/
Dhcd.h371 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/Linux-v5.15/drivers/usb/host/
Dxhci-mtk.c452 .drop_endpoint = xhci_mtk_drop_ep,
Dxhci.c5408 .drop_endpoint = xhci_drop_endpoint,
5459 if (over->drop_endpoint) in xhci_init_driver()
5460 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
Dxhci.h1942 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member