Lines Matching refs:active_tx
558 if (!desc && !bdma_chan->active_tx && !list_empty(&bdma_chan->queue)) { in tsi721_advance_work()
562 bdma_chan->active_tx = desc; in tsi721_advance_work()
596 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
651 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
655 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
672 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
685 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
694 bdma_chan->active_tx); in tsi721_dma_tasklet()
932 if (bdma_chan->active_tx) in tsi721_terminate_all()
933 list_add(&bdma_chan->active_tx->desc_node, &list); in tsi721_terminate_all()
999 bdma_chan->active_tx = NULL; in tsi721_register_dma()