Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dhcd.h341 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux-4.1.27/drivers/usb/core/
Dhcd.c1943 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth()
1979 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
/linux-4.1.27/drivers/usb/host/
Dxhci.c5007 .add_endpoint = xhci_add_endpoint,