sys/dev/usb/xhci.c
100
void xhci_ring_free(struct xhci_softc *, struct xhci_ring *);
sys/dev/usb/xhci.c
1651
xhci_ring_free(sc, &xp->ring);
sys/dev/usb/xhci.c
1686
xhci_ring_free(sc, &xp->ring);
sys/dev/usb/xhci.c
371
xhci_ring_free(sc, &sc->sc_cmd_ring);
sys/dev/usb/xhci.c
382
xhci_ring_free(sc, &sc->sc_evt_ring);
sys/dev/usb/xhci.c
383
xhci_ring_free(sc, &sc->sc_cmd_ring);
sys/dev/usb/xhci.c
404
xhci_ring_free(sc, &sc->sc_evt_ring);
sys/dev/usb/xhci.c
405
xhci_ring_free(sc, &sc->sc_cmd_ring);
sys/dev/usb/xhci.c
538
xhci_ring_free(sc, &sc->sc_evt_ring);
sys/dev/usb/xhci.c
539
xhci_ring_free(sc, &sc->sc_cmd_ring);