Lines Matching refs:ehci_shadow
44 static union ehci_shadow *
45 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow()
62 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic()
78 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()
80 union ehci_shadow here = *prev_p; in periodic_unlink()
454 union ehci_shadow here; in tt_no_collision()
561 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
563 union ehci_shadow here = *prev; in qh_link_periodic()
1741 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()
1743 union ehci_shadow here = *prev; in itd_link()
2403 union ehci_shadow q, *q_p; in scan_isoc()