Searched refs:d40_prep_sg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | ste_dma40.c | 2209 d40_prep_sg(struct dma_chan *dchan, struct scatterlist *sg_src, in d40_prep_sg() function 2493 return d40_prep_sg(chan, &src_sg, &dst_sg, 1, in d40_prep_memcpy() 2505 return d40_prep_sg(chan, sgl, sgl, sg_len, direction, dma_flags); in d40_prep_slave_sg() 2530 txd = d40_prep_sg(chan, sg, sg, periods, direction, in dma40_prep_dma_cyclic()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | ste_dma40.c | 2233 d40_prep_sg(struct dma_chan *dchan, struct scatterlist *sg_src, in d40_prep_sg() function 2516 return d40_prep_sg(chan, &src_sg, &dst_sg, 1, in d40_prep_memcpy() 2528 return d40_prep_sg(chan, sgl, sgl, sg_len, direction, dma_flags); in d40_prep_slave_sg() 2553 txd = d40_prep_sg(chan, sg, sg, periods, direction, in dma40_prep_dma_cyclic()
|
Completed in 9 milliseconds