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()
1813 qtd->hw_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2083 qh->hw->hw_qtd_next = qtd->hw_next; in qh_refresh()
2444 last->hw_next = qtd->hw_next; in qh_completions()
2567 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2638 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2674 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2924 qh->hw->hw_next = head->hw->hw_next; in qh_link_async()
2928 head->hw->hw_next = dma; in qh_link_async()
3004 qtd->hw_next = QTD_NEXT(fotg210, dma); in qh_append_tds()
3087 prev->hw->hw_next = qh->hw->hw_next; in single_unlink_async()
3295 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
3298 return periodic->hw_next; in shadow_next_periodic()
3352 hw_p = &hw->hw_next; in periodic_usecs()
3363 hw_p = &q->fstn->hw_next; in periodic_usecs()
3369 hw_p = &q->itd->hw_next; in periodic_usecs()
3416 type = Q_NEXT_TYPE(fotg210, here.itd->hw_next); in tt_no_collision()
3431 type = Q_NEXT_TYPE(fotg210, hw->hw_next); in tt_no_collision()
3517 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3524 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3644 hw->hw_next = FOTG210_LIST_END(fotg210); in end_unlink_intr()
3762 hw->hw_next = FOTG210_LIST_END(fotg210); in qh_schedule()
4288 itd->hw_next = FOTG210_LIST_END(fotg210); in itd_init()
4343 itd->hw_next = *hw_p; in itd_link()
4609 hw_p = &q.itd->hw_next; in scan_frame_queue()
4611 q.itd->hw_next); in scan_frame_queue()
4623 *hw_p = q.itd->hw_next; in scan_frame_queue()
4624 type = Q_NEXT_TYPE(fotg210, q.itd->hw_next); in scan_frame_queue()
4964 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()