Searched refs:jz4780_dma_desc_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/dma/ |
D | dma-jz4780.c | 231 jz4780_dma_desc_alloc(struct jz4780_dma_chan *jzchan, unsigned int count, in jz4780_dma_desc_alloc() function 372 desc = jz4780_dma_desc_alloc(jzchan, sg_len, DMA_SLAVE, direction); in jz4780_dma_prep_slave_sg() 421 desc = jz4780_dma_desc_alloc(jzchan, periods, DMA_CYCLIC, direction); in jz4780_dma_prep_dma_cyclic() 466 desc = jz4780_dma_desc_alloc(jzchan, 1, DMA_MEMCPY, 0); in jz4780_dma_prep_dma_memcpy()
|