Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/core/
Dhcd.c1712 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1715 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1733 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1739 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth()
1784 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/linux-2.6.39/drivers/usb/host/
Dxhci-pci.c284 .drop_endpoint = xhci_drop_endpoint,
/linux-2.6.39/include/linux/usb/
Dhcd.h318 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member