Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh94 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 Dhcd.h356 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
/linux-6.15/drivers/usb/host/
H A Dxhci-mtk.c501 .add_endpoint = xhci_mtk_add_ep,
H A Dxhci.c5438 .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 Dxhci.h1676 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
/linux-6.15/drivers/usb/core/
H A Dhcd.c1907 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()