Lines Matching refs:td
44 struct td *dummy; /* next TD to activate */
73 struct td *pending_td;
87 struct td { struct
131 struct td *td_hash; /* dma-->td hashtable */ argument
132 struct td *next_dl_td; argument
339 struct td *td [0]; // all TDs in this request member
390 struct td *td_hash [TD_HASH_SIZE];
391 struct td *dl_start, *dl_end; /* the done list */
674 const struct td *td, int index) in ohci_hwPSWp() argument
677 &td->hwPSW[index ^ 1] : &td->hwPSW[index]); in ohci_hwPSWp()
681 const struct td *td, int index) in ohci_hwPSW() argument
683 return hc16_to_cpup(ohci, ohci_hwPSWp(ohci, td, index)); in ohci_hwPSW()