Searched refs:ehci_shadow (Results 1 – 2 of 2) sorted by relevance
31 static union ehci_shadow *32 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow()49 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic()65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()67 union ehci_shadow here = *prev_p; in periodic_unlink()429 union ehci_shadow here; in tt_no_collision()537 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()539 union ehci_shadow here = *prev; in qh_link_periodic()1717 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()1719 union ehci_shadow here = *prev; in itd_link()[all …]
269 union ehci_shadow { union305 union ehci_shadow qh_next; /* ptr to qh; or periodic */410 union ehci_shadow *pshadow; /* mirror hw periodic table */2207 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()2220 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()2222 union ehci_shadow here = *prev_p; in periodic_unlink()2246 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()2342 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()2344 union ehci_shadow here = *prev; in qh_link_periodic()2668 union ehci_shadow q, *q_p; in scan_periodic()[all …]