Searched refs:device_prep_dma_memset (Results 1 – 5 of 5) sorted by relevance
920 struct dma_async_tx_descriptor *(*device_prep_dma_memset)( member1075 if (!chan || !chan->device || !chan->device->device_prep_dma_memset) in dmaengine_prep_dma_memset()1078 return chan->device->device_prep_dma_memset(chan, dest, value, in dmaengine_prep_dma_memset()
623 dmac->dma.device_prep_dma_memset = d350_prep_memset; in d350_probe()
798 tx = dev->device_prep_dma_memset(chan, in dmatest_func()
1453 tdma->dma_dev.device_prep_dma_memset = tegra_dma_prep_dma_memset; in tegra_dma_probe()
2351 atxdmac->dma.device_prep_dma_memset = at_xdmac_prep_dma_memset; in at_xdmac_probe()