Lines Matching defs:ehci_itd
512 struct ehci_itd { struct
514 __hc32 hw_next; /* see EHCI 3.3.1 */
515 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
525 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
526 __hc32 hw_bufp_hi[7]; /* Appendix B */
529 dma_addr_t itd_dma; /* for this itd */
530 union ehci_shadow itd_next; /* ptr to periodic q entry */
532 struct urb *urb;
533 struct ehci_iso_stream *stream; /* endpoint's queue */
534 struct list_head itd_list; /* list of stream's itds */
537 unsigned frame; /* where scheduled */
538 unsigned pg;
539 unsigned index[8]; /* in urb->iso_frame_desc */