Home
last modified time | relevance | path

Searched refs:add_endpoint (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dxhci-mtk.c485 .add_endpoint = xhci_mtk_add_ep,
Dxhci.c5473 .add_endpoint = xhci_add_endpoint,
5523 if (over->add_endpoint) in xhci_init_driver()
5524 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
Dxhci.h1965 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
/drivers/usb/core/
Dhcd.c1930 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth()
1966 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()