Searched refs:add_endpoint (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/net/mptcp/ |
| A D | pm_netlink.sh | 94 add_endpoint() function 149 add_endpoint 10.0.1.1 204 add_endpoint 10.0.1.1 205 add_endpoint 10.0.1.2 207 add_endpoint 10.0.1.4 209 add_endpoint 10.0.1.6 210 add_endpoint 10.0.1.7 211 add_endpoint 10.0.1.8 223 add_endpoint 10.0.0.1 225 add_endpoint 10.0.0.3 [all …]
|
| /linux/include/linux/usb/ |
| A D | hcd.h | 356 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
|
| /linux/drivers/usb/host/ |
| A D | xhci-mtk.c | 501 .add_endpoint = xhci_mtk_add_ep,
|
| A D | xhci.c | 5367 .add_endpoint = xhci_add_endpoint, 5417 if (over->add_endpoint) in xhci_init_driver() 5418 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
|
| A D | xhci.h | 1663 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|
| /linux/drivers/usb/core/ |
| A D | hcd.c | 1907 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth() 1943 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|
Completed in 26 milliseconds