Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dhcd.h363 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
/Linux-v4.19/drivers/usb/core/
Dhcd.c2025 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth()
2061 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/Linux-v4.19/drivers/usb/host/
Dxhci.c5132 .add_endpoint = xhci_add_endpoint,