Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddmaengine.h908 struct dma_async_tx_descriptor *(*device_prep_dma_memset)( member
1038 if (!chan || !chan->device || !chan->device->device_prep_dma_memset) in dmaengine_prep_dma_memset()
1041 return chan->device->device_prep_dma_memset(chan, dest, value, in dmaengine_prep_dma_memset()
/Linux-v5.15/drivers/dma/qcom/
Dhidma.c811 dmadev->ddev.device_prep_dma_memset = hidma_prep_dma_memset; in hidma_probe()
/Linux-v5.15/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()
Dat_hdmac.c1933 atdma->dma_common.device_prep_dma_memset = atc_prep_dma_memset; in at_dma_probe()
Dat_xdmac.c2124 atxdmac->dma.device_prep_dma_memset = at_xdmac_prep_dma_memset; in at_xdmac_probe()