Searched refs:drop_endpoint (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/usb/core/ |
D | hcd.c | 1857 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/ |
D | hcd.h | 371 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/Linux-v5.15/drivers/usb/host/ |
D | xhci-mtk.c | 452 .drop_endpoint = xhci_mtk_drop_ep,
|
D | xhci.c | 5408 .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()
|
D | xhci.h | 1942 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|