Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddmaengine.h906 struct dma_async_tx_descriptor *(*device_prep_dma_memset)( member
1041 if (!chan || !chan->device || !chan->device->device_prep_dma_memset) in dmaengine_prep_dma_memset()
1044 return chan->device->device_prep_dma_memset(chan, dest, value, in dmaengine_prep_dma_memset()
/openbmc/linux/drivers/dma/qcom/
H A Dhidma.c813 dmadev->ddev.device_prep_dma_memset = hidma_prep_dma_memset; in hidma_probe()
/openbmc/linux/drivers/dma/
H A Ddmatest.c784 tx = dev->device_prep_dma_memset(chan, in dmatest_func()
H A Dtegra186-gpc-dma.c1445 tdma->dma_dev.device_prep_dma_memset = tegra_dma_prep_dma_memset; in tegra_dma_probe()
H A Dat_hdmac.c2040 atdma->dma_device.device_prep_dma_memset = atc_prep_dma_memset; in at_dma_probe()
H A Dat_xdmac.c2351 atxdmac->dma.device_prep_dma_memset = at_xdmac_prep_dma_memset; in at_xdmac_probe()