Lines Matching refs:periodic
45 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() argument
50 return &periodic->qh->qh_next; in periodic_next_shadow()
52 return &periodic->fstn->fstn_next; in periodic_next_shadow()
54 return &periodic->itd->itd_next; in periodic_next_shadow()
57 return &periodic->sitd->sitd_next; in periodic_next_shadow()
62 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() argument
68 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
71 return periodic->hw_next; in shadow_next_periodic()
79 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink()
460 type = Q_NEXT_TYPE(ehci, ehci->periodic[frame]); in tt_no_collision()
563 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic()
1739 __hc32 *hw_p = &ehci->periodic[frame]; in itd_link()
2157 sitd->hw_next = ehci->periodic[frame]; in sitd_link()
2161 ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma | Q_TYPE_SITD); in sitd_link()
2407 hw_p = &ehci->periodic[frame]; in scan_isoc()