xhci.c | 187 static usbd_status xhci_ring_init(struct xhci_softc * const, 1588 err = xhci_ring_init(sc, &sc->sc_cr, XHCI_COMMAND_RING_TRBS, 1597 err = xhci_ring_init(sc, &sc->sc_er, XHCI_EVENT_RING_TRBS, 2126 err = xhci_ring_init(sc, &xs->xs_xr[dci], XHCI_TRANSFER_RING_TRBS, 3072 xhci_ring_init(struct xhci_softc * const sc, struct xhci_ring **xrp, function in typeref:typename:usbd_status
|