HomeSort by: relevance | last modified time | path
    Searched defs:xhci_ring_init (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
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

Completed in 13 milliseconds