Searched refs:drop_endpoint (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hcd.c | 1875 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1878 hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1896 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1902 ret = hcd->driver->drop_endpoint(hcd, udev, ep); in usb_hcd_alloc_bandwidth() 1949 ret = hcd->driver->drop_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 377 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mtk.c | 430 .drop_endpoint = xhci_mtk_drop_ep,
|
| H A D | xhci.c | 5399 .drop_endpoint = xhci_drop_endpoint, 5450 if (over->drop_endpoint) in xhci_init_driver() 5451 drv->drop_endpoint = over->drop_endpoint; in xhci_init_driver()
|
| H A D | xhci.h | 1959 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|