Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci.h158 union ehci_shadow *pshadow; /* mirror hw periodic table */
368 union ehci_shadow { union
418 union ehci_shadow qh_next; /* ptr to qh; or periodic */
536 union ehci_shadow itd_next; /* ptr to periodic q entry */
582 union ehci_shadow sitd_next; /* ptr to periodic q entry */
608 union ehci_shadow fstn_next; /* ptr to periodic q entry */
H A 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()
53 /* our ehci_shadow.qh is actually software part */ 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()
429 union ehci_shadow here; in tt_no_collision()
537 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
539 union ehci_shadow here = *prev; in qh_link_periodic()
1717 union ehci_shadow *pre in itd_link()
[all...]
H A Dehci-dbg.c626 union ehci_shadow p, *seen; in fill_periodic_buffer()