Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h121 union fotg210_shadow *pshadow; /* mirror hw periodic table */
390 union fotg210_shadow { union
439 union fotg210_shadow qh_next; /* ptr to qh; or periodic */
559 union fotg210_shadow itd_next; /* ptr to periodic q entry */
588 union fotg210_shadow fstn_next; /* ptr to periodic q entry */
H A Dfotg210-hcd.c512 union fotg210_shadow p, *seen; in fill_periodic_buffer()
3270 static union fotg210_shadow *periodic_next_shadow(struct fotg210_hcd *fotg210, in periodic_next_shadow()
3271 union fotg210_shadow *periodic, __hc32 tag) in periodic_next_shadow()
3284 union fotg210_shadow *periodic, __hc32 tag) in shadow_next_periodic()
3300 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink()
3302 union fotg210_shadow here = *prev_p; in periodic_unlink()
3331 union fotg210_shadow *q = &fotg210->pshadow[frame]; in periodic_usecs()
3401 union fotg210_shadow here; in tt_no_collision()
3489 union fotg210_shadow *prev = &fotg210->pshadow[i]; in qh_link_periodic()
3491 union fotg210_shadow here = *prev; in qh_link_periodic()
[all …]