Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddmaengine.h706 struct dma_async_tx_descriptor *(*device_prep_dma_memset)( member
817 return chan->device->device_prep_dma_memset(chan, dest, value, in dmaengine_prep_dma_memset()
/linux-4.4.14/drivers/dma/
Ddmaengine.c859 !device->device_prep_dma_memset); in dma_async_device_register()
Dat_xdmac.c1964 atxdmac->dma.device_prep_dma_memset = at_xdmac_prep_dma_memset; in at_xdmac_probe()
Dat_hdmac.c2069 atdma->dma_common.device_prep_dma_memset = atc_prep_dma_memset; in at_dma_probe()