Lines Matching defs:ehci_iso_stream
473 struct ehci_iso_stream { struct
475 struct ehci_qh_hw *hw;
477 u8 bEndpointAddress;
478 u8 highspeed;
479 struct list_head td_list; /* queued itds/sitds */
480 struct list_head free_list; /* list of unused itds/sitds */
483 struct ehci_per_sched ps; /* scheduling info */
484 unsigned next_uframe;
485 __hc32 splits;
490 u16 uperiod; /* period in uframes */
491 u16 maxp;
492 unsigned bandwidth;
495 __hc32 buf0;
496 __hc32 buf1;
497 __hc32 buf2;
500 __hc32 address;