Searched refs:add_endpoint (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/mptcp/ |
| H 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-6.15/include/linux/usb/ |
| H A D | hcd.h | 356 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-mtk.c | 501 .add_endpoint = xhci_mtk_add_ep,
|
| H A D | xhci.c | 5438 .add_endpoint = xhci_add_endpoint, 5488 if (over->add_endpoint) in xhci_init_driver() 5489 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
|
| H A D | xhci.h | 1676 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|
| /linux-6.15/drivers/usb/core/ |
| H 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()
|