Lines Matching refs:hw_next

129 			hc32_to_cpup(fotg210, &qtd->hw_next),  in dbg_qtd()
147 hw->hw_next, hw->hw_info1, hw->hw_info2, in dbg_qh()
157 itd->frame, itd, hc32_to_cpu(fotg210, itd->hw_next), in dbg_itd()
603 tag = Q_NEXT_TYPE(fotg210, hw->hw_next); in fill_periodic_buffer()
610 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer()
616 tag = Q_NEXT_TYPE(fotg210, p.itd->hw_next); in fill_periodic_buffer()
1835 qtd->hw_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2107 qh->hw->hw_qtd_next = qtd->hw_next; in qh_refresh()
2470 last->hw_next = qtd->hw_next; in qh_completions()
2601 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2672 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2708 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2956 qh->hw->hw_next = head->hw->hw_next; in qh_link_async()
2960 head->hw->hw_next = dma; in qh_link_async()
3036 qtd->hw_next = QTD_NEXT(fotg210, dma); in qh_append_tds()
3119 prev->hw->hw_next = qh->hw->hw_next; in single_unlink_async()
3327 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
3330 return periodic->hw_next; in shadow_next_periodic()
3384 hw_p = &hw->hw_next; in periodic_usecs()
3395 hw_p = &q->fstn->hw_next; in periodic_usecs()
3401 hw_p = &q->itd->hw_next; in periodic_usecs()
3448 type = Q_NEXT_TYPE(fotg210, here.itd->hw_next); in tt_no_collision()
3463 type = Q_NEXT_TYPE(fotg210, hw->hw_next); in tt_no_collision()
3549 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3556 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3676 hw->hw_next = FOTG210_LIST_END(fotg210); in end_unlink_intr()
3794 hw->hw_next = FOTG210_LIST_END(fotg210); in qh_schedule()
4320 itd->hw_next = FOTG210_LIST_END(fotg210); in itd_init()
4375 itd->hw_next = *hw_p; in itd_link()
4642 hw_p = &q.itd->hw_next; in scan_frame_queue()
4644 q.itd->hw_next); in scan_frame_queue()
4656 *hw_p = q.itd->hw_next; in scan_frame_queue()
4657 type = Q_NEXT_TYPE(fotg210, q.itd->hw_next); in scan_frame_queue()
5004 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()