Searched refs:add_endpoint (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/usb/ |
A D | hcd.h | 358 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci-mtk.c | 472 .add_endpoint = xhci_mtk_add_ep,
|
A D | xhci.c | 5498 .add_endpoint = xhci_add_endpoint, 5548 if (over->add_endpoint) in xhci_init_driver() 5549 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
|
A D | xhci.h | 1947 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | hcd.c | 1927 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth() 1963 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
Completed in 27 milliseconds