Lines Matching refs:async
383 fotg210->async->hw->hw_alt_next) in qh_lines()
413 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
479 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
1912 if (fotg210->async) in fotg210_mem_cleanup()
1913 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup()
1914 fotg210->async = NULL; in fotg210_mem_cleanup()
1964 fotg210->async = fotg210_qh_alloc(fotg210, flags); in fotg210_mem_init()
1965 if (!fotg210->async) in fotg210_mem_init()
2653 qtd->hw_alt_next = fotg210->async->hw->hw_alt_next; in qh_urb_transaction()
2931 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2954 head = fotg210->async; in qh_link_async()
3115 prev = fotg210->async; in single_unlink_async()
3196 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3249 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
5002 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5003 hw = fotg210->async->hw; in hcd_fotg210_init()
5004 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
5008 fotg210->async->qh_state = QH_STATE_LINKED; in hcd_fotg210_init()
5009 hw->hw_alt_next = QTD_NEXT(fotg210, fotg210->async->dummy->qtd_dma); in hcd_fotg210_init()
5056 fotg210_writel(fotg210, (u32)fotg210->async->qh_dma, in fotg210_run()
5441 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()