Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci.h95 union ehci_shadow *pshadow; /* mirror hw periodic table */
308 union ehci_shadow { union
352 union ehci_shadow qh_next; /* ptr to qh; or periodic */
482 union ehci_shadow itd_next; /* ptr to periodic q entry */
528 union ehci_shadow sitd_next; /* ptr to periodic q entry */
554 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.c67 static union ehci_shadow *
68 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow()
85 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic()
101 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()
103 union ehci_shadow here = *prev_p; in periodic_unlink()
137 union ehci_shadow *q = &ehci->pshadow [frame]; in periodic_usecs()
272 union ehci_shadow *q = &ehci->pshadow [frame]; in periodic_tt_usecs()
421 union ehci_shadow here; in tt_no_collision()
574 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
576 union ehci_shadow here = *prev; in qh_link_periodic()
[all …]
Doxu210hp-hcd.c1810 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow()
1823 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
1825 union ehci_shadow here = *prev_p; in periodic_unlink()
1849 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
1945 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
1947 union ehci_shadow here = *prev; in qh_link_periodic()
2271 union ehci_shadow q, *q_p; in scan_periodic()
2294 union ehci_shadow temp; in scan_periodic()
Dehci-dbg.c560 union ehci_shadow p, *seen; in fill_periodic_buffer()