Home
last modified time | relevance | path

Searched refs:ehci_shadow (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dehci.h158 union ehci_shadow *pshadow; /* mirror hw periodic table */
358 union ehci_shadow { union
408 union ehci_shadow qh_next; /* ptr to qh; or periodic */
526 union ehci_shadow itd_next; /* ptr to periodic q entry */
572 union ehci_shadow sitd_next; /* ptr to periodic q entry */
598 union ehci_shadow fstn_next; /* ptr to periodic q entry */
Doxu210hp.h263 union ehci_shadow { union
299 union ehci_shadow qh_next; /* ptr to qh; or periodic */
404 union ehci_shadow *pshadow; /* mirror hw periodic table */
Dehci-sched.c31 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()
443 union ehci_shadow here; in tt_no_collision()
550 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
552 union ehci_shadow here = *prev; in qh_link_periodic()
1726 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()
1728 union ehci_shadow here = *prev; in itd_link()
[all …]
Doxu210hp-hcd.c1793 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()
1806 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
1808 union ehci_shadow here = *prev_p; in periodic_unlink()
1832 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
1928 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
1930 union ehci_shadow here = *prev; in qh_link_periodic()
2254 union ehci_shadow q, *q_p; in scan_periodic()
2277 union ehci_shadow temp; in scan_periodic()
Dehci-dbg.c626 union ehci_shadow p, *seen; in fill_periodic_buffer()