Lines Matching defs:fusbh200_itd
523 struct fusbh200_itd { struct
525 __hc32 hw_next; /* see EHCI 3.3.1 */
526 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
536 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
537 __hc32 hw_bufp_hi [7]; /* Appendix B */
540 dma_addr_t itd_dma; /* for this itd */
541 union fusbh200_shadow itd_next; /* ptr to periodic q entry */
543 struct urb *urb;
544 struct fusbh200_iso_stream *stream; /* endpoint's queue */
545 struct list_head itd_list; /* list of stream's itds */
548 unsigned frame; /* where scheduled */
549 unsigned pg;
550 unsigned index[8]; /* in urb->iso_frame_desc */