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