Lines Matching defs:ehci_iso_stream
480 struct ehci_iso_stream { struct
482 struct ehci_qh_hw *hw;
484 u8 bEndpointAddress;
485 u8 highspeed;
486 struct list_head td_list; /* queued itds/sitds */
487 struct list_head free_list; /* list of unused itds/sitds */
490 struct ehci_per_sched ps; /* scheduling info */
491 unsigned next_uframe;
492 __hc32 splits;
497 u16 uperiod; /* period in uframes */
498 u16 maxp;
499 unsigned bandwidth;
502 __hc32 buf0;
503 __hc32 buf1;
504 __hc32 buf2;
507 __hc32 address;