tx_array           93 drivers/dma/mic_x100_dma.c 		tx = &ch->tx_array[last_tail];
tx_array          261 drivers/dma/mic_x100_dma.c 	struct dma_async_tx_descriptor *tx = &ch->tx_array[idx];
tx_array          377 drivers/dma/mic_x100_dma.c 	ch->tx_array = vzalloc(array_size(MIC_DMA_DESC_RX_SIZE,
tx_array          378 drivers/dma/mic_x100_dma.c 					  sizeof(*ch->tx_array)));
tx_array          379 drivers/dma/mic_x100_dma.c 	if (!ch->tx_array)
tx_array          394 drivers/dma/mic_x100_dma.c 	vfree(ch->tx_array);
tx_array          113 drivers/dma/mic_x100_dma.h 	struct dma_async_tx_descriptor *tx_array;