Searched refs:drop_endpoint (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/usb/core/ |
D | hcd.c | 1712 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/ |
D | xhci-pci.c | 284 .drop_endpoint = xhci_drop_endpoint,
|
/linux-2.6.39/include/linux/usb/ |
D | hcd.h | 318 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|