Lines Matching refs:hw_next
119 hc32_to_cpup(fotg210, &qtd->hw_next), in dbg_qtd()
137 hw->hw_next, hw->hw_info1, hw->hw_info2, in dbg_qh()
147 itd->frame, itd, hc32_to_cpu(fotg210, itd->hw_next), in dbg_itd()
593 tag = Q_NEXT_TYPE(fotg210, hw->hw_next); in fill_periodic_buffer()
600 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer()
606 tag = Q_NEXT_TYPE(fotg210, p.itd->hw_next); in fill_periodic_buffer()
1814 qtd->hw_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2086 qh->hw->hw_qtd_next = qtd->hw_next; in qh_refresh()
2447 last->hw_next = qtd->hw_next; in qh_completions()
2570 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2641 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2677 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2927 qh->hw->hw_next = head->hw->hw_next; in qh_link_async()
2931 head->hw->hw_next = dma; in qh_link_async()
3007 qtd->hw_next = QTD_NEXT(fotg210, dma); in qh_append_tds()
3090 prev->hw->hw_next = qh->hw->hw_next; in single_unlink_async()
3298 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
3301 return periodic->hw_next; in shadow_next_periodic()
3355 hw_p = &hw->hw_next; in periodic_usecs()
3366 hw_p = &q->fstn->hw_next; in periodic_usecs()
3372 hw_p = &q->itd->hw_next; in periodic_usecs()
3419 type = Q_NEXT_TYPE(fotg210, here.itd->hw_next); in tt_no_collision()
3434 type = Q_NEXT_TYPE(fotg210, hw->hw_next); in tt_no_collision()
3520 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3527 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3647 hw->hw_next = FOTG210_LIST_END(fotg210); in end_unlink_intr()
3765 hw->hw_next = FOTG210_LIST_END(fotg210); in qh_schedule()
4292 itd->hw_next = FOTG210_LIST_END(fotg210); in itd_init()
4347 itd->hw_next = *hw_p; in itd_link()
4613 hw_p = &q.itd->hw_next; in scan_frame_queue()
4615 q.itd->hw_next); in scan_frame_queue()
4627 *hw_p = q.itd->hw_next; in scan_frame_queue()
4628 type = Q_NEXT_TYPE(fotg210, q.itd->hw_next); in scan_frame_queue()
4968 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()