Lines Matching refs:periodic
545 tag = Q_NEXT_TYPE(fotg210, fotg210->periodic[i]); in fill_periodic_buffer()
1992 if (fotg210->periodic) in fotg210_mem_cleanup()
1995 fotg210->periodic, fotg210->periodic_dma); in fotg210_mem_cleanup()
1996 fotg210->periodic = NULL; in fotg210_mem_cleanup()
2040 fotg210->periodic = (__le32 *) in fotg210_mem_init()
2044 if (fotg210->periodic == NULL) in fotg210_mem_init()
2048 fotg210->periodic[i] = FOTG210_LIST_END(fotg210); in fotg210_mem_init()
3429 union fotg210_shadow *periodic, __hc32 tag) in periodic_next_shadow() argument
3433 return &periodic->qh->qh_next; in periodic_next_shadow()
3435 return &periodic->fstn->fstn_next; in periodic_next_shadow()
3437 return &periodic->itd->itd_next; in periodic_next_shadow()
3443 union fotg210_shadow *periodic, __hc32 tag) in shadow_next_periodic() argument
3448 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
3451 return periodic->hw_next; in shadow_next_periodic()
3460 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_unlink()
3489 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs()
3572 type = Q_NEXT_TYPE(fotg210, fotg210->periodic[frame]); in tt_no_collision()
3660 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic()
4548 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link()
4835 hw_p = &fotg210->periodic[frame]; in scan_isoc()