Lines Matching refs:periodic
13 * - async and periodic schedules, shared by HC and HCD ... these
126 if (ehci->periodic)
129 ehci->periodic, ehci->periodic_dma);
130 ehci->periodic = NULL;
132 /* shadow periodic table */
186 /* Hardware periodic table */
187 ehci->periodic = (__le32 *)
191 if (ehci->periodic == NULL) {
208 ehci->periodic[i] = cpu_to_hc32(ehci,
212 ehci->periodic[i] = EHCI_LIST_END(ehci);