fotg210_shadow
static union fotg210_shadow *periodic_next_shadow(struct fotg210_hcd *fotg210,
union fotg210_shadow *periodic, __hc32 tag)
union fotg210_shadow *periodic, __hc32 tag)
union fotg210_shadow *prev_p = &fotg210->pshadow[frame];
union fotg210_shadow here = *prev_p;
union fotg210_shadow *q = &fotg210->pshadow[frame];
union fotg210_shadow here;
union fotg210_shadow *prev = &fotg210->pshadow[i];
union fotg210_shadow here = *prev;
union fotg210_shadow *prev = &fotg210->pshadow[frame];
union fotg210_shadow here = *prev;
union fotg210_shadow q, *q_p;
union fotg210_shadow p, *seen;
union fotg210_shadow *pshadow; /* mirror hw periodic table */
union fotg210_shadow qh_next; /* ptr to qh; or periodic */
union fotg210_shadow itd_next; /* ptr to periodic q entry */
union fotg210_shadow fstn_next; /* ptr to periodic q entry */