Home
last modified time | relevance | path

Searched refs:add_endpoint (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h359 /* Note that add_endpoint() can only be called once per endpoint before
369 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
382 * check_bandwidth(). This reverts any add_endpoint() and
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h346 /* Note that add_endpoint() can only be called once per endpoint before
356 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
369 * check_bandwidth(). This reverts any add_endpoint() and
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk.c501 .add_endpoint = xhci_mtk_add_ep,
H A Dxhci.c5304 .add_endpoint = xhci_add_endpoint,
5354 if (over->add_endpoint) in xhci_init_driver()
5355 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
H A Dxhci.h1949 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c1927 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c5417 .add_endpoint = xhci_add_endpoint,

Completed in 32 milliseconds