Lines Matching refs:active_tx
546 if (!desc && !bdma_chan->active_tx && !list_empty(&bdma_chan->queue)) { in tsi721_advance_work()
550 bdma_chan->active_tx = desc; in tsi721_advance_work()
584 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
639 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
643 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
660 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
673 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
682 bdma_chan->active_tx); in tsi721_dma_tasklet()
920 if (bdma_chan->active_tx) in tsi721_terminate_all()
921 list_add(&bdma_chan->active_tx->desc_node, &list); in tsi721_terminate_all()
987 bdma_chan->active_tx = NULL; in tsi721_register_dma()