Lines Matching defs:ehci_iso_stream
477 struct ehci_iso_stream { struct
479 struct ehci_qh_hw *hw;
481 u8 bEndpointAddress;
482 u8 highspeed;
483 struct list_head td_list; /* queued itds/sitds */
484 struct list_head free_list; /* list of unused itds/sitds */
487 struct ehci_per_sched ps; /* scheduling info */
488 unsigned next_uframe;
489 __hc32 splits;
494 u16 uperiod; /* period in uframes */
495 u16 maxp;
496 unsigned bandwidth;
499 __hc32 buf0;
500 __hc32 buf1;
501 __hc32 buf2;
504 __hc32 address;