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

  /src/sys/dev/usb/
ehci.c 238 Static void ehci_free_sqh(ehci_softc_t *, ehci_soft_qh_t *);
710 ehci_free_sqh(sc, sc->sc_async_head);
716 ehci_free_sqh(sc, sqh);
2160 ehci_free_sqh(sc, sqh);
2961 ehci_free_sqh(ehci_softc_t *sc, ehci_soft_qh_t *sqh) function in typeref:typename:Static void
3374 ehci_free_sqh(sc, epipe->sqh);
ehci.c 238 Static void ehci_free_sqh(ehci_softc_t *, ehci_soft_qh_t *);
710 ehci_free_sqh(sc, sc->sc_async_head);
716 ehci_free_sqh(sc, sqh);
2160 ehci_free_sqh(sc, sqh);
2961 ehci_free_sqh(ehci_softc_t *sc, ehci_soft_qh_t *sqh) function in typeref:typename:Static void
3374 ehci_free_sqh(sc, epipe->sqh);

Completed in 27 milliseconds