Searched refs:drop_endpoint (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/core/ |
H A D | hcd.c | 1862 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1865 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1883 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1889 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1936 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
/linux/include/linux/usb/ |
H A D | hcd.h | 359 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/linux/drivers/usb/host/ |
H A D | xhci.c | 5442 .drop_endpoint = xhci_drop_endpoint, 5493 if (over->drop_endpoint) in xhci_init_driver() 5494 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
|
H A D | xhci.h | 1678 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|