Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci.h166 union ehci_shadow *pshadow; /* mirror hw periodic table */
370 union ehci_shadow { union
420 union ehci_shadow qh_next; /* ptr to qh; or periodic */
538 union ehci_shadow itd_next; /* ptr to periodic q entry */
584 union ehci_shadow sitd_next; /* ptr to periodic q entry */
610 union ehci_shadow fstn_next; /* ptr to periodic q entry */
A 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()
559 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
561 union ehci_shadow here = *prev; in qh_link_periodic()
1737 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()
1739 union ehci_shadow here = *prev; in itd_link()
[all …]

Completed in 11 milliseconds