Lines Matching defs:ehci_iso_stream
471 struct ehci_iso_stream { struct
473 struct ehci_qh_hw *hw;
475 u8 bEndpointAddress;
476 u8 highspeed;
477 struct list_head td_list; /* queued itds/sitds */
478 struct list_head free_list; /* list of unused itds/sitds */
481 struct ehci_per_sched ps; /* scheduling info */
482 unsigned next_uframe;
483 __hc32 splits;
488 u16 uperiod; /* period in uframes */
489 u16 maxp;
490 unsigned bandwidth;
493 __hc32 buf0;
494 __hc32 buf1;
495 __hc32 buf2;
498 __hc32 address;