Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddmaengine.h929 struct dma_async_tx_descriptor *(*device_prep_dma_memset)( member
1209 if (!chan || !chan->device || !chan->device->device_prep_dma_memset) in dmaengine_prep_dma_memset()
1212 return chan->device->device_prep_dma_memset(chan, dest, value, in dmaengine_prep_dma_memset()
/linux/drivers/dma/
H A Darm-dma350.c632 dmac->dma.device_prep_dma_memset = d350_prep_memset; in d350_probe()
H A Dat_hdmac.c2055 atdma->dma_device.device_prep_dma_memset = atc_prep_dma_memset; in at_dma_probe()
/linux/drivers/dma/qcom/
H A Dhidma.c809 dmadev->ddev.device_prep_dma_memset = hidma_prep_dma_memset; in hidma_probe()