Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddmaengine.h909 struct dma_async_tx_descriptor *(*device_prep_dma_memset)( member
1045 if (!chan || !chan->device || !chan->device->device_prep_dma_memset) in dmaengine_prep_dma_memset()
1048 return chan->device->device_prep_dma_memset(chan, dest, value, in dmaengine_prep_dma_memset()
/linux-5.19.10/drivers/dma/qcom/
Dhidma.c816 dmadev->ddev.device_prep_dma_memset = hidma_prep_dma_memset; in hidma_probe()
/linux-5.19.10/drivers/dma/
Ddmaengine.c1191 if (dma_has_cap(DMA_MEMSET, device->cap_mask) && !device->device_prep_dma_memset) { in dma_async_device_register()
Ddmatest.c785 tx = dev->device_prep_dma_memset(chan, in dmatest_func()
Dtegra186-gpc-dma.c1424 tdma->dma_dev.device_prep_dma_memset = tegra_dma_prep_dma_memset; in tegra_dma_probe()
Dat_hdmac.c1941 atdma->dma_common.device_prep_dma_memset = atc_prep_dma_memset; in at_dma_probe()
Dat_xdmac.c2129 atxdmac->dma.device_prep_dma_memset = at_xdmac_prep_dma_memset; in at_xdmac_probe()