Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dhcd.h356 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.c501 .add_endpoint = xhci_mtk_add_ep,
H A Dxhci.c5357 .add_endpoint = xhci_add_endpoint,
5407 if (over->add_endpoint) in xhci_init_driver()
5408 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
H A Dxhci.h1704 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
/openbmc/linux/drivers/usb/core/
H A Dhcd.c1906 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth()
1942 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()