Home
last modified time | relevance | path

Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/core/
Dhcd.c1949 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/
Dhcd.h355 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux-4.4.14/drivers/usb/host/
Dxhci.c4993 .drop_endpoint = xhci_drop_endpoint,