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