Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance
520 struct ehci_itd { struct522 uint32_t hw_next; /* see EHCI 3.3.1 */523 uint32_t hw_transaction[8]; /* see EHCI 3.3.2 */533 uint32_t hw_bufp[7]; /* see EHCI 3.3.3 */534 uint32_t hw_bufp_hi[7]; /* Appendix B */537 uint32_t itd_dma; /* for this itd */540 struct urb *urb;541 struct ehci_iso_stream *stream; /* endpoint's queue */545 unsigned frame; /* where scheduled */546 unsigned pg;[all …]
Completed in 6 milliseconds