Searched defs:fusbh200_itd (Results 1 – 1 of 1) sorted by relevance
523 struct fusbh200_itd { struct525 __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 */[all …]