Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dhcd.c1862 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1865 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1883 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1889 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1936 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/linux/include/linux/usb/
H A Dhcd.h359 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux/drivers/usb/host/
H A Dxhci-mtk.c502 .drop_endpoint = xhci_mtk_drop_ep,
H A Dxhci.c5368 .drop_endpoint = xhci_drop_endpoint,
5419 if (over->drop_endpoint) in xhci_init_driver()
5420 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
H A Dxhci.h1665 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member