Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hcd.c | 1875 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1878 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1896 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1902 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1949 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | hcd.h | 369 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci.c | 5368 .drop_endpoint = xhci_drop_endpoint,
|