Home
last modified time | relevance | path

Searched refs:dmaengine_prep_config_sg (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Ddmaengine.h1049 dmaengine_prep_config_sg(struct dma_chan *chan, struct scatterlist *sgl, in dmaengine_prep_config_sg() function
1076 return dmaengine_prep_config_sg(chan, sgl, sg_len, dir, flags, NULL); in dmaengine_prep_slave_sg()
1122 tx = dmaengine_prep_config_sg(chan, sgl, sg_len, dir, flags, config); in dmaengine_prep_config_sg_safe()
/linux/Documentation/driver-api/dmaengine/
H A Dclient.rst113 struct dma_async_tx_descriptor *dmaengine_prep_config_sg(
/linux/drivers/crypto/
H A Datmel-aes.c821 desc = dmaengine_prep_config_sg(dma->chan, dma->sg, dma->sg_len, dir, in atmel_aes_dma_transfer_start()