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

  /src/sys/dev/usb/
ehcireg.h 209 typedef struct ehci_itd_t { struct
251 } ehci_itd_t; typedef in typeref:struct:ehci_itd_t
253 #define EHCI_ITD_SIZE (roundup(sizeof(ehci_itd_t), EHCI_ITD_ALLOC_ALIGN))
ehcivar.h 59 ehci_itd_t *itd;
ehci.c 1051 usb_syncmem(&itd->dma, itd->offs + offsetof(ehci_itd_t, itd_ctl),
1064 usb_syncmem(&itd->dma, itd->offs + offsetof(ehci_itd_t, itd_ctl),
1170 itd->offs + offsetof(ehci_itd_t,itd_ctl),
1194 itd->offs + offsetof(ehci_itd_t,itd_ctl),
1865 itd->offs + offsetof(ehci_itd_t, itd_next),
1870 itd->offs + offsetof(ehci_itd_t, itd_next),
2345 itd->offs + offsetof(ehci_itd_t, itd_next),
3562 itd->offs + offsetof(ehci_itd_t, itd_ctl),
3573 itd->offs + offsetof(ehci_itd_t, itd_ctl),
4841 prev->offs + offsetof(ehci_itd_t, itd_next)
    [all...]

Completed in 16 milliseconds