Home
last modified time | relevance | path

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

/include/linux/
A Ddmaengine.h933 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member
986 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()
989 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()
1016 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()
1019 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()
1030 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()
1033 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()

Completed in 6 milliseconds