device_prep_dma_memset 1925 drivers/dma/at_hdmac.c 		atdma->dma_common.device_prep_dma_memset = atc_prep_dma_memset;
device_prep_dma_memset 2049 drivers/dma/at_xdmac.c 	atxdmac->dma.device_prep_dma_memset		= at_xdmac_prep_dma_memset;
device_prep_dma_memset  959 drivers/dma/dmaengine.c 	if (dma_has_cap(DMA_MEMSET, device->cap_mask) && !device->device_prep_dma_memset) {
device_prep_dma_memset  766 drivers/dma/dmatest.c 			tx = dev->device_prep_dma_memset(chan,
device_prep_dma_memset  817 drivers/dma/qcom/hidma.c 	dmadev->ddev.device_prep_dma_memset = hidma_prep_dma_memset;
device_prep_dma_memset  770 include/linux/dmaengine.h 	struct dma_async_tx_descriptor *(*device_prep_dma_memset)(
device_prep_dma_memset  889 include/linux/dmaengine.h 	if (!chan || !chan->device || !chan->device->device_prep_dma_memset)
device_prep_dma_memset  892 include/linux/dmaengine.h 	return chan->device->device_prep_dma_memset(chan, dest, value,