Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfusbh200.h120 union fusbh200_shadow *pshadow; /* mirror hw periodic table */
372 union fusbh200_shadow { union
421 union fusbh200_shadow qh_next; /* ptr to qh; or periodic */
541 union fusbh200_shadow itd_next; /* ptr to periodic q entry */
570 union fusbh200_shadow fstn_next; /* ptr to periodic q entry */
Dfusbh200-hcd.c496 union fusbh200_shadow p, *seen; in fill_periodic_buffer()
3370 static union fusbh200_shadow *
3371 periodic_next_shadow(struct fusbh200_hcd *fusbh200, union fusbh200_shadow *periodic, in periodic_next_shadow()
3385 shadow_next_periodic(struct fusbh200_hcd *fusbh200, union fusbh200_shadow *periodic, in shadow_next_periodic()
3401 union fusbh200_shadow *prev_p = &fusbh200->pshadow[frame]; in periodic_unlink()
3403 union fusbh200_shadow here = *prev_p; in periodic_unlink()
3432 union fusbh200_shadow *q = &fusbh200->pshadow [frame]; in periodic_usecs()
3509 union fusbh200_shadow here; in tt_no_collision()
3600 union fusbh200_shadow *prev = &fusbh200->pshadow[i]; in qh_link_periodic()
3602 union fusbh200_shadow here = *prev; in qh_link_periodic()
[all …]