Lines Matching defs:ehci_iso_stream
474 struct ehci_iso_stream { struct
476 struct ehci_qh_hw *hw;
478 u8 bEndpointAddress;
479 u8 highspeed;
480 struct list_head td_list; /* queued itds/sitds */
481 struct list_head free_list; /* list of unused itds/sitds */
484 struct ehci_per_sched ps; /* scheduling info */
485 unsigned next_uframe;
486 __hc32 splits;
491 u16 uperiod; /* period in uframes */
492 u16 maxp;
493 unsigned bandwidth;
496 __hc32 buf0;
497 __hc32 buf1;
498 __hc32 buf2;
501 __hc32 address;