Home
last modified time | relevance | path

Searched refs:device_prep_config_sg (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddmaengine.h946 struct dma_async_tx_descriptor *(*device_prep_config_sg)( member
1005 if (chan->device->device_prep_config_sg) in dmaengine_prep_config_single()
1006 return chan->device->device_prep_config_sg(chan, &sg, 1, dir, in dmaengine_prep_config_single()
1056 if (chan->device->device_prep_config_sg) in dmaengine_prep_config_sg()
1057 return chan->device->device_prep_config_sg(chan, sgl, sg_len, in dmaengine_prep_config_sg()
1119 if (!chan->device->device_prep_config_sg) in dmaengine_prep_config_sg_safe()
1124 if (!chan->device->device_prep_config_sg) in dmaengine_prep_config_sg_safe()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c1018 dma->device_prep_config_sg = dw_edma_device_prep_config_sg; in dw_edma_channel_setup()