Lines Matching refs:active_tx
548 if (!desc && !bdma_chan->active_tx && !list_empty(&bdma_chan->queue)) { in tsi721_advance_work()
552 bdma_chan->active_tx = desc; in tsi721_advance_work()
586 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
641 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
645 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
662 desc = bdma_chan->active_tx; in tsi721_dma_tasklet()
675 bdma_chan->active_tx = NULL; in tsi721_dma_tasklet()
684 bdma_chan->active_tx); in tsi721_dma_tasklet()
922 if (bdma_chan->active_tx) in tsi721_terminate_all()
923 list_add(&bdma_chan->active_tx->desc_node, &list); in tsi721_terminate_all()
989 bdma_chan->active_tx = NULL; in tsi721_register_dma()