Lines Matching refs:async
399 == fotg210->async->hw->hw_alt_next) in qh_lines()
429 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
494 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
1970 if (fotg210->async) in fotg210_mem_cleanup()
1971 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup()
1972 fotg210->async = NULL; in fotg210_mem_cleanup()
2026 fotg210->async = fotg210_qh_alloc(fotg210, flags); in fotg210_mem_init()
2027 if (!fotg210->async) in fotg210_mem_init()
2743 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next; in qh_urb_transaction()
3029 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
3052 head = fotg210->async; in qh_link_async()
3226 prev = fotg210->async; in single_unlink_async()
3307 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3362 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
5197 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5198 hw = fotg210->async->hw; in hcd_fotg210_init()
5199 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
5203 fotg210->async->qh_state = QH_STATE_LINKED; in hcd_fotg210_init()
5204 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma); in hcd_fotg210_init()
5251 fotg210_writel(fotg210, (u32)fotg210->async->qh_dma, in fotg210_run()
5645 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()