Searched refs:device_prep_slave_sg (Results 1 – 1 of 1) sorted by relevance
933 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member986 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