Lines Matching refs:ehci_shadow
268 union ehci_shadow { union
304 union ehci_shadow qh_next; /* ptr to qh; or periodic */
409 union ehci_shadow *pshadow; /* mirror hw periodic table */
2206 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()
2219 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
2221 union ehci_shadow here = *prev_p; in periodic_unlink()
2245 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
2341 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
2343 union ehci_shadow here = *prev; in qh_link_periodic()
2667 union ehci_shadow q, *q_p; in scan_periodic()
2686 union ehci_shadow temp; in scan_periodic()