Searched refs:ohci_soft_td_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dohcivar.h58 } ohci_soft_td_t; typedef in typeref:struct:ohci_soft_td
117 ohci_soft_td_t *sc_freetds;
H A Dohci.c97 Static ohci_soft_td_t *ohci_alloc_std(ohci_softc_t *);
98 Static void ohci_free_std(ohci_softc_t *, ohci_soft_td_t *);
103 Static void ohci_free_std_chain(ohci_softc_t *, ohci_soft_td_t *,
104 ohci_soft_td_t *);
107 ohci_soft_td_t *, ohci_soft_td_t **);
120 Static void ohci_hash_add_td(ohci_softc_t *, ohci_soft_td_t *);
121 Static void ohci_hash_rem_td(ohci_softc_t *, ohci_soft_td_t *);
122 Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t);
187 Static void ohci_dump_tds(ohci_softc_t *, ohci_soft_td_t *);
[all...]

Completed in 43 milliseconds