Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci.h168 union ehci_shadow *pshadow; /* mirror hw periodic table */
366 union ehci_shadow { union
416 union ehci_shadow qh_next; /* ptr to qh; or periodic */
527 union ehci_shadow itd_next; /* ptr to periodic q entry */
573 union ehci_shadow sitd_next; /* ptr to periodic q entry */
599 union ehci_shadow fstn_next; /* ptr to periodic q entry */
Doxu210hp.h262 union ehci_shadow { union
298 union ehci_shadow qh_next; /* ptr to qh; or periodic */
403 union ehci_shadow *pshadow; /* mirror hw periodic table */
Dehci-sched.c44 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()
[all …]
Doxu210hp-hcd.c1813 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()
1826 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
1828 union ehci_shadow here = *prev_p; in periodic_unlink()
1852 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
1948 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
1950 union ehci_shadow here = *prev; in qh_link_periodic()
2274 union ehci_shadow q, *q_p; in scan_periodic()
2297 union ehci_shadow temp; in scan_periodic()
Dehci-dbg.c625 union ehci_shadow p, *seen; in fill_periodic_buffer()