Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/usb/core/ |
D | hcd.c | 1980 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1983 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 2001 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 2007 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 2054 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 366 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci.c | 5133 .drop_endpoint = xhci_drop_endpoint,
|