HomeSort by: relevance | last modified time | path
    Searched refs:uhci_qh_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
uhcivar.h 122 uhci_qh_t qh; /* The real QH, must be first */
uhci.c 413 pqh->offs + offsetof(uhci_qh_t, qh_hlink),
1102 sc->sc_last_qh->offs + offsetof(uhci_qh_t, qh_hlink),
1121 sc->sc_last_qh->offs + offsetof(uhci_qh_t, qh_hlink),
1139 usb_syncmem(&eqh->dma, eqh->offs + offsetof(uhci_qh_t, qh_hlink),
1149 usb_syncmem(&eqh->dma, eqh->offs + offsetof(uhci_qh_t, qh_hlink),
1183 usb_syncmem(&sqh->dma, sqh->offs + offsetof(uhci_qh_t, qh_elink),
1187 usb_syncmem(&sqh->dma, sqh->offs + offsetof(uhci_qh_t, qh_elink),
1192 sqh->offs + offsetof(uhci_qh_t, qh_elink),
1199 usb_syncmem(&sqh->dma, sqh->offs + offsetof(uhci_qh_t, qh_hlink),
1203 usb_syncmem(&pqh->dma, pqh->offs + offsetof(uhci_qh_t, qh_hlink)
    [all...]
uhcireg.h 208 } uhci_qh_t; typedef in typeref:struct:__anonb79d0dbf0208

Completed in 29 milliseconds