Lines Matching defs:ehci_iso_stream
470 struct ehci_iso_stream { struct
472 struct ehci_qh_hw *hw;
474 u8 bEndpointAddress;
475 u8 highspeed;
476 struct list_head td_list; /* queued itds/sitds */
477 struct list_head free_list; /* list of unused itds/sitds */
480 struct ehci_per_sched ps; /* scheduling info */
481 unsigned next_uframe;
482 __hc32 splits;
487 u16 uperiod; /* period in uframes */
488 u16 maxp;
489 unsigned bandwidth;
492 __hc32 buf0;
493 __hc32 buf1;
494 __hc32 buf2;
497 __hc32 address;