Lines Matching defs:fotg210_itd
541 struct fotg210_itd { struct
543 __hc32 hw_next; /* see EHCI 3.3.1 */
544 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
554 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
555 __hc32 hw_bufp_hi[7]; /* Appendix B */
558 dma_addr_t itd_dma; /* for this itd */
559 union fotg210_shadow itd_next; /* ptr to periodic q entry */
561 struct urb *urb;
562 struct fotg210_iso_stream *stream; /* endpoint's queue */
563 struct list_head itd_list; /* list of stream's itds */
566 unsigned frame; /* where scheduled */
567 unsigned pg;
568 unsigned index[8]; /* in urb->iso_frame_desc */