Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci.h171 union ehci_shadow *pshadow; /* mirror hw periodic table */
371 union ehci_shadow { union
421 union ehci_shadow qh_next; /* ptr to qh; or periodic */
539 union ehci_shadow itd_next; /* ptr to periodic q entry */
585 union ehci_shadow sitd_next; /* ptr to periodic q entry */
611 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.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()
455 union ehci_shadow here; in tt_no_collision()
562 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
564 union ehci_shadow here = *prev; in qh_link_periodic()
1738 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()
1740 union ehci_shadow here = *prev; in itd_link()
[all …]
Doxu210hp-hcd.c1806 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()
1819 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
1821 union ehci_shadow here = *prev_p; in periodic_unlink()
1845 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
1941 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
1943 union ehci_shadow here = *prev; in qh_link_periodic()
2267 union ehci_shadow q, *q_p; in scan_periodic()
2290 union ehci_shadow temp; in scan_periodic()
Dehci-dbg.c636 union ehci_shadow p, *seen; in fill_periodic_buffer()