Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 1949 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1952 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1970 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1976 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 2023 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 355 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci.c | 4993 .drop_endpoint = xhci_drop_endpoint,
|