Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/linux/usb/
Dhcd.h359 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux-6.6.21/drivers/usb/host/
Dxhci-mtk.c502 .drop_endpoint = xhci_mtk_drop_ep,
Dxhci.c5303 .drop_endpoint = xhci_drop_endpoint,
5354 if (over->drop_endpoint) in xhci_init_driver()
5355 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
Dxhci.h1951 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member