Lines Matching defs:ehci_itd
462 struct ehci_itd { struct
464 __hc32 hw_next; /* see EHCI 3.3.1 */
465 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
475 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
476 __hc32 hw_bufp_hi [7]; /* Appendix B */
479 dma_addr_t itd_dma; /* for this itd */
480 union ehci_shadow itd_next; /* ptr to periodic q entry */
482 struct urb *urb;
483 struct ehci_iso_stream *stream; /* endpoint's queue */
484 struct list_head itd_list; /* list of stream's itds */
487 unsigned frame; /* where scheduled */
488 unsigned pg;
489 unsigned index[8]; /* in urb->iso_frame_desc */