Home
last modified time | relevance | path

Searched refs:tx_array (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/dma/
Dmic_x100_dma.c104 tx = &ch->tx_array[last_tail]; in mic_dma_cleanup()
272 struct dma_async_tx_descriptor *tx = &ch->tx_array[idx]; in allocate_tx()
388 ch->tx_array = vzalloc(array_size(MIC_DMA_DESC_RX_SIZE, in mic_dma_alloc_desc_ring()
389 sizeof(*ch->tx_array))); in mic_dma_alloc_desc_ring()
390 if (!ch->tx_array) in mic_dma_alloc_desc_ring()
405 vfree(ch->tx_array); in mic_dma_free_desc_ring()
Dmic_x100_dma.h124 struct dma_async_tx_descriptor *tx_array; member