Searched refs:add_endpoint (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/usb/ |
| D | hcd.h | 368 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, member
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-mtk.c | 451 .add_endpoint = xhci_mtk_add_ep,
|
| D | xhci.c | 5407 .add_endpoint = xhci_add_endpoint, 5457 if (over->add_endpoint) in xhci_init_driver() 5458 drv->add_endpoint = over->add_endpoint; in xhci_init_driver()
|
| D | xhci.h | 1940 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev, member
|
| /Linux-v5.15/drivers/usb/core/ |
| D | hcd.c | 1902 ret = hcd->driver->add_endpoint(hcd, udev, &alt->endpoint[j]); in usb_hcd_alloc_bandwidth() 1938 ret = hcd->driver->add_endpoint(hcd, udev, in usb_hcd_alloc_bandwidth()
|