Lines Matching refs:hw_alt_next
143 hc32_to_cpup(fotg210, &qtd->hw_alt_next), in dbg_qtd()
398 if ((hw->hw_alt_next & QTD_MASK(fotg210)) in qh_lines()
399 == fotg210->async->hw->hw_alt_next) in qh_lines()
401 else if (hw->hw_alt_next == list_end) in qh_lines()
416 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
429 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
431 else if (td->hw_alt_next != list_end) in qh_lines()
1892 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2136 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2470 && !(qtd->hw_alt_next in qh_completions()
2520 && (qtd->hw_alt_next in qh_completions()
2743 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next; in qh_urb_transaction()
2773 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_urb_transaction()
5204 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma); in hcd_fotg210_init()