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

  /src/sys/dev/usb/
ohcivar.h 61 } ohci_soft_td_t; typedef in typeref:struct:ohci_soft_td
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;
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 *);
    [all...]

Completed in 28 milliseconds