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 */
2231 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic,
2244 union ehci_shadow *prev_p = &oxu->pshadow[frame];
2246 union ehci_shadow here = *prev_p;
2270 union ehci_shadow *q = &oxu->pshadow[frame];
2366 union ehci_shadow *prev = &oxu->pshadow[i];
2368 union ehci_shadow here = *prev;
2692 union ehci_shadow q, *q_p;
2711 union ehci_shadow temp;