Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/core/
Dhcd.c1861 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1864 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1882 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1888 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1935 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/Linux-v6.6/include/linux/usb/
Dhcd.h359 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/Linux-v6.6/drivers/usb/host/
Dxhci-mtk.c468 .drop_endpoint = xhci_mtk_drop_ep,
Dxhci.c5295 .drop_endpoint = xhci_drop_endpoint,
5346 if (over->drop_endpoint) in xhci_init_driver()
5347 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
Dxhci.h1950 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member