Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/core/
Dhcd.c1847 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1850 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1868 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1874 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1921 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/Linux-v5.10/include/linux/usb/
Dhcd.h369 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/Linux-v5.10/drivers/usb/host/
Dxhci.c5339 .drop_endpoint = xhci_drop_endpoint,