Searched defs:ehci_per_sched (Results 1 – 1 of 1) sorted by relevance
61 struct ehci_per_sched { struct62 struct usb_device *udev; /* access to the TT */63 struct usb_host_endpoint *ep;64 struct list_head ps_list; /* node on ehci_tt's ps_list */65 u16 tt_usecs; /* time on the FS/LS bus */66 u16 cs_mask; /* C-mask and S-mask bytes */67 u16 period; /* actual period in frames */68 u16 phase; /* actual phase, frame part */69 u8 bw_phase; /* same, for bandwidth71 u8 phase_uf; /* uframe part of the phase */[all …]