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

  /src/sys/dev/usb/
uhci.c 173 Static uhci_soft_qh_t *uhci_alloc_sqh(uhci_softc_t *);
488 lsqh = uhci_alloc_sqh(sc);
500 bsqh = uhci_alloc_sqh(sc);
512 chsqh = uhci_alloc_sqh(sc);
524 clsqh = uhci_alloc_sqh(sc);
542 sqh = uhci_alloc_sqh(sc);
1815 * uhci_alloc_sqh allocates QHs
1889 uhci_alloc_sqh(uhci_softc_t *sc) function in typeref:typename:uhci_soft_qh_t *
3358 upipe->intr.qhs[i] = sqh = uhci_alloc_sqh(sc);
3417 upipe->ctrl.sqh = uhci_alloc_sqh(sc)
    [all...]

Completed in 13 milliseconds