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

  /src/sys/dev/usb/
xhci.c 189 static void xhci_ring_free(struct xhci_softc * const,
660 xhci_ring_free(sc, &sc->sc_cr);
667 xhci_ring_free(sc, &sc->sc_er);
1718 xhci_ring_free(sc, &sc->sc_er);
1720 xhci_ring_free(sc, &sc->sc_cr);
2214 xhci_ring_free(sc, &xs->xs_xr[dci]);
3104 xhci_ring_free(struct xhci_softc * const sc, struct xhci_ring ** const xr) function in typeref:typename:void
3565 xhci_ring_free(sc, &xs->xs_xr[dci]);
xhci.c 189 static void xhci_ring_free(struct xhci_softc * const,
660 xhci_ring_free(sc, &sc->sc_cr);
667 xhci_ring_free(sc, &sc->sc_er);
1718 xhci_ring_free(sc, &sc->sc_er);
1720 xhci_ring_free(sc, &sc->sc_cr);
2214 xhci_ring_free(sc, &xs->xs_xr[dci]);
3104 xhci_ring_free(struct xhci_softc * const sc, struct xhci_ring ** const xr) function in typeref:typename:void
3565 xhci_ring_free(sc, &xs->xs_xr[dci]);

Completed in 149 milliseconds