Searched defs:ehci_per_sched (Results 1 – 1 of 1) sorted by relevance
48 struct ehci_per_sched { struct49 struct usb_device *udev; /* access to the TT */50 struct usb_host_endpoint *ep;51 struct list_head ps_list; /* node on ehci_tt's ps_list */52 u16 tt_usecs; /* time on the FS/LS bus */53 u16 cs_mask; /* C-mask and S-mask bytes */54 u16 period; /* actual period in frames */55 u16 phase; /* actual phase, frame part */56 u8 bw_phase; /* same, for bandwidth58 u8 phase_uf; /* uframe part of the phase */[all …]