Searched refs:drop_endpoint (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/usb/core/ |
D | hcd.c | 1861 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/ |
D | hcd.h | 359 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/linux-6.6.21/drivers/usb/host/ |
D | xhci-mtk.c | 502 .drop_endpoint = xhci_mtk_drop_ep,
|
D | xhci.c | 5303 .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()
|
D | xhci.h | 1951 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|