Lines Matching refs:periodic
32 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() argument
37 return &periodic->qh->qh_next; in periodic_next_shadow()
39 return &periodic->fstn->fstn_next; in periodic_next_shadow()
41 return &periodic->itd->itd_next; in periodic_next_shadow()
44 return &periodic->sitd->sitd_next; in periodic_next_shadow()
49 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() argument
55 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
58 return periodic->hw_next; in shadow_next_periodic()
66 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink()
434 type = Q_NEXT_TYPE(ehci, ehci->periodic[frame]); in tt_no_collision()
537 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic()
1719 __hc32 *hw_p = &ehci->periodic[frame]; in itd_link()
2135 sitd->hw_next = ehci->periodic[frame]; in sitd_link()
2139 ehci->periodic[frame] = cpu_to_hc32(ehci, sitd->sitd_dma | Q_TYPE_SITD); in sitd_link()
2383 hw_p = &ehci->periodic[frame]; in scan_isoc()