Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/core/
Dhcd.c1882 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1885 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1903 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1909 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1956 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/Linux-v6.1/include/linux/usb/
Dhcd.h358 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/Linux-v6.1/drivers/usb/host/
Dxhci-mtk.c473 .drop_endpoint = xhci_mtk_drop_ep,
Dxhci.c5448 .drop_endpoint = xhci_drop_endpoint,
5499 if (over->drop_endpoint) in xhci_init_driver()
5500 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
Dxhci.h1942 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member