Searched refs:dma_alloc_from_coherent (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | dma-coherent.h | 9 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/ |
D | dma.c | 27 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in dma_alloc_coherent()
|
/linux-4.1.27/arch/mips/netlogic/common/ |
D | nlm-dma.c | 52 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in nlm_dma_alloc_coherent()
|
/linux-4.1.27/drivers/base/ |
D | dma-coherent.c | 155 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/ |
D | dma-mapping.h | 65 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory)) in dma_alloc_attrs()
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | dma-swiotlb.c | 17 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in loongson_dma_alloc_coherent()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | dma-mapping.h | 119 if (dma_alloc_from_coherent(dev, size, dma_handle, &vaddr)) in dma_alloc_attrs()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | dma-mapping.h | 139 if (dma_alloc_from_coherent(dev, size, dma_handle, &memory)) in dma_alloc_attrs()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 164 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in octeon_dma_alloc_coherent()
|
/linux-4.1.27/arch/mips/mm/ |
D | dma-default.c | 140 if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) in mips_dma_alloc_coherent()
|
/linux-4.1.27/drivers/xen/ |
D | swiotlb-xen.c | 314 if (dma_alloc_from_coherent(hwdev, size, dma_handle, &ret)) in xen_swiotlb_alloc_coherent()
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 673 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()
|