Home | History | Annotate | Download | only in usb

Lines Matching defs:td

41  * frame list points to a non-active TD.  These, in turn, form the
100 * Extra information that we need for a TD.
103 uhci_td_t td; /* The real TD, must be first */
105 uhci_physaddr_t physaddr; /* TD's physical address. */
106 usb_dma_t dma; /* TD's DMA infos */
107 int offs; /* TD's offset in usb_dma_t */
111 * we can pack a number of soft TD together and have the real TD well
138 uhci_soft_td_t *htd; /* pointer to dummy TD */
139 uhci_soft_td_t *etd; /* pointer to last TD */
168 uhci_soft_td_t *sc_freetds; /* TD free list */