Home
last modified time | relevance | path

Searched refs:ehci_itd_t (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/usb/controller/
HDehci.c176 sizeof(ehci_itd_t), EHCI_ITD_ALIGN); in ehci_iterate_hw_softc()
450 ehci_itd_t *itd; in ehci_init()
848 ehci_dump_itd(ehci_softc_t *sc, ehci_itd_t *itd) in ehci_dump_itd()
897 ehci_itd_t *itd; in ehci_dump_isoc()
967 static ehci_itd_t *
968 _ehci_append_hs_td(ehci_itd_t *std, ehci_itd_t *last) in _ehci_append_hs_td()
1045 static ehci_itd_t *
1046 _ehci_remove_hs_td(ehci_itd_t *std, ehci_itd_t *last) in _ehci_remove_hs_td()
1312 ehci_itd_t *td; in ehci_check_transfer()
2129 ehci_itd_t *td = xfer->td_transfer_first; in ehci_isoc_hs_done()
[all …]
HDehci.h119 typedef struct ehci_itd ehci_itd_t; typedef