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 */
2230 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()
2243 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
2245 union ehci_shadow here = *prev_p; in periodic_unlink()
2269 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
2365 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
2367 union ehci_shadow here = *prev; in qh_link_periodic()
2691 union ehci_shadow q, *q_p; in scan_periodic()
2710 union ehci_shadow temp; in scan_periodic()