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()
2085 qh->hw->hw_qtd_next = qtd->hw_next; in qh_refresh()
2446 last->hw_next = qtd->hw_next; in qh_completions()
2569 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2640 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2676 qtd_prev->hw_next = QTD_NEXT(fotg210, qtd->qtd_dma); in qh_urb_transaction()
2926 qh->hw->hw_next = head->hw->hw_next; in qh_link_async()
2930 head->hw->hw_next = dma; in qh_link_async()
3006 qtd->hw_next = QTD_NEXT(fotg210, dma); in qh_append_tds()
3089 prev->hw->hw_next = qh->hw->hw_next; in single_unlink_async()
3297 return &periodic->qh->hw->hw_next; in shadow_next_periodic()
3300 return periodic->hw_next; in shadow_next_periodic()
3354 hw_p = &hw->hw_next; in periodic_usecs()
3365 hw_p = &q->fstn->hw_next; in periodic_usecs()
3371 hw_p = &q->itd->hw_next; in periodic_usecs()
3418 type = Q_NEXT_TYPE(fotg210, here.itd->hw_next); in tt_no_collision()
3433 type = Q_NEXT_TYPE(fotg210, hw->hw_next); in tt_no_collision()
3519 hw_p = &here.qh->hw->hw_next; in qh_link_periodic()
3526 qh->hw->hw_next = *hw_p; in qh_link_periodic()
3646 hw->hw_next = FOTG210_LIST_END(fotg210); in end_unlink_intr()
3764 hw->hw_next = FOTG210_LIST_END(fotg210); in qh_schedule()
4289 itd->hw_next = FOTG210_LIST_END(fotg210); in itd_init()
4344 itd->hw_next = *hw_p; in itd_link()
4610 hw_p = &q.itd->hw_next; in scan_frame_queue()
4612 q.itd->hw_next); in scan_frame_queue()
4624 *hw_p = q.itd->hw_next; in scan_frame_queue()
4625 type = Q_NEXT_TYPE(fotg210, q.itd->hw_next); in scan_frame_queue()
4965 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()