Searched refs:device_prep_config_sg (Results 1 – 2 of 2) sorted by relevance
946 struct dma_async_tx_descriptor *(*device_prep_config_sg)( member1005 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()
1018 dma->device_prep_config_sg = dw_edma_device_prep_config_sg; in dw_edma_channel_setup()