Lines Matching refs:ehci_shadow
293 union ehci_shadow { union
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, in periodic_next_shadow()
2244 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
2246 union ehci_shadow here = *prev_p; in periodic_unlink()
2270 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
2366 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
2368 union ehci_shadow here = *prev; in qh_link_periodic()
2692 union ehci_shadow q, *q_p; in scan_periodic()
2711 union ehci_shadow temp; in scan_periodic()