Home
last modified time | relevance | path

Searched refs:jz4780_dma_desc_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Ddma-jz4780.c229 static struct jz4780_dma_desc *jz4780_dma_desc_alloc( in jz4780_dma_desc_alloc() function
364 desc = jz4780_dma_desc_alloc(jzchan, sg_len, DMA_SLAVE); in jz4780_dma_prep_slave_sg()
413 desc = jz4780_dma_desc_alloc(jzchan, periods, DMA_CYCLIC); in jz4780_dma_prep_dma_cyclic()
458 desc = jz4780_dma_desc_alloc(jzchan, 1, DMA_MEMCPY); in jz4780_dma_prep_dma_memcpy()
/kernel/linux/linux-6.6/drivers/dma/
H A Ddma-jz4780.c231 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()

Completed in 4 milliseconds