Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhci.c114 int xhci_cmd_configure_ep(struct xhci_softc *, uint8_t, uint64_t);
1640 error = xhci_cmd_configure_ep(sc, xp->slot, in xhci_pipe_init()
1677 if (xhci_cmd_configure_ep(sc, xp->slot, sdev->ictx_dma.paddr)) in xhci_pipe_close()
2057 xhci_cmd_configure_ep(struct xhci_softc *sc, uint8_t slot, uint64_t addr) in xhci_cmd_configure_ep() function