Home
last modified time | relevance | path

Searched refs:dma_alloc_from_coherent (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/asm-generic/
Ddma-coherent.h9 int dma_alloc_from_coherent(struct device *dev, ssize_t size,
27 #define dma_alloc_from_coherent(dev, size, handle, ret) (0) macro
/linux-4.1.27/arch/cris/arch-v32/drivers/pci/
Ddma.c27 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in dma_alloc_coherent()
/linux-4.1.27/arch/mips/netlogic/common/
Dnlm-dma.c52 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in nlm_dma_alloc_coherent()
/linux-4.1.27/drivers/base/
Ddma-coherent.c155 int dma_alloc_from_coherent(struct device *dev, ssize_t size, in dma_alloc_from_coherent() function
198 EXPORT_SYMBOL(dma_alloc_from_coherent);
/linux-4.1.27/arch/sh/include/asm/
Ddma-mapping.h65 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory)) in dma_alloc_attrs()
/linux-4.1.27/arch/mips/loongson/common/
Ddma-swiotlb.c17 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in loongson_dma_alloc_coherent()
/linux-4.1.27/arch/arm64/include/asm/
Ddma-mapping.h119 if (dma_alloc_from_coherent(dev, size, dma_handle, &vaddr)) in dma_alloc_attrs()
/linux-4.1.27/arch/x86/include/asm/
Ddma-mapping.h139 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory)) in dma_alloc_attrs()
/linux-4.1.27/arch/mips/cavium-octeon/
Ddma-octeon.c164 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in octeon_dma_alloc_coherent()
/linux-4.1.27/arch/mips/mm/
Ddma-default.c140 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in mips_dma_alloc_coherent()
/linux-4.1.27/drivers/xen/
Dswiotlb-xen.c314 if (dma_alloc_from_coherent(hwdev, size, dma_handle, &ret)) in xen_swiotlb_alloc_coherent()
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c673 if (dma_alloc_from_coherent(dev, size, handle, &memory)) in arm_dma_alloc()
686 if (dma_alloc_from_coherent(dev, size, handle, &memory)) in arm_coherent_dma_alloc()