Searched refs:device_prep_slave_sg (Results 1 – 1 of 1) sorted by relevance
911 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member976 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()979 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()987 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()990 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()1001 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()1004 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()