Searched refs:ohci_soft_td_t (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | ohcivar.h | 61 } ohci_soft_td_t; typedef 127 ohci_soft_td_t *sc_freetds; 151 ohci_soft_td_t *ox_setup; 152 ohci_soft_td_t *ox_stat; 156 ohci_soft_td_t **ox_stds;
|
| D | ohci.c | 133 Static ohci_soft_td_t *ohci_alloc_std(ohci_softc_t *); 134 Static void ohci_free_std(ohci_softc_t *, ohci_soft_td_t *); 135 Static void ohci_free_std_locked(ohci_softc_t *, ohci_soft_td_t *); 147 int, int, ohci_soft_td_t *, ohci_soft_td_t **); 160 Static void ohci_hash_add_td(ohci_softc_t *, ohci_soft_td_t *); 161 Static void ohci_hash_rem_td(ohci_softc_t *, ohci_soft_td_t *); 162 Static ohci_soft_td_t *ohci_hash_find_td(ohci_softc_t *, ohci_physaddr_t); 228 Static void ohci_dump_tds(ohci_softc_t *, ohci_soft_td_t *); 229 Static void ohci_dump_td(ohci_softc_t *, ohci_soft_td_t *); 263 ohci_soft_td_t *td; [all …]
|