Lines Matching refs:ehci_shadow
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()
423 union ehci_shadow here; in tt_no_collision()
530 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
532 union ehci_shadow here = *prev; in qh_link_periodic()
1706 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()
1708 union ehci_shadow here = *prev; in itd_link()
2348 union ehci_shadow q, *q_p; in scan_isoc()