Lines Matching refs:ehci_shadow
293 union ehci_shadow {
329 union ehci_shadow qh_next; /* ptr to qh; or periodic */
434 union ehci_shadow *pshadow; /* mirror hw periodic table */
2230 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic,
2243 union ehci_shadow *prev_p = &oxu->pshadow[frame];
2245 union ehci_shadow here = *prev_p;
2269 union ehci_shadow *q = &oxu->pshadow[frame];
2365 union ehci_shadow *prev = &oxu->pshadow[i];
2367 union ehci_shadow here = *prev;
2691 union ehci_shadow q, *q_p;
2710 union ehci_shadow temp;