Searched refs:d40_prep_sg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | ste_dma40.c | 2236 d40_prep_sg(struct dma_chan *dchan, struct scatterlist *sg_src, in d40_prep_sg() function 2517 return d40_prep_sg(chan, &src_sg, &dst_sg, 1, in d40_prep_memcpy() 2530 return d40_prep_sg(chan, src_sg, dst_sg, src_nents, in d40_prep_memcpy_sg() 2542 return d40_prep_sg(chan, sgl, sgl, sg_len, direction, dma_flags); in d40_prep_slave_sg() 2570 txd = d40_prep_sg(chan, sg, sg, periods, direction, in dma40_prep_dma_cyclic()
|