Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/usb/core/ |
| D | hcd.c | 1850 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1853 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1871 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1877 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1924 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
| /Linux-v5.4/include/linux/usb/ |
| D | hcd.h | 369 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci.c | 5325 .drop_endpoint = xhci_drop_endpoint,
|