Searched refs:__arm_dma_free (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/arm/mm/ |
D | dma-mapping.c | 831 static void __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, in __arm_dma_free() function 856 __arm_dma_free(dev, size, cpu_addr, handle, attrs, false); in arm_dma_free() 862 __arm_dma_free(dev, size, cpu_addr, handle, attrs, true); in arm_coherent_dma_free() 2366 __arm_dma_free(dev, size, cpu_addr, dma_handle, attrs, false); in arch_dma_free()
|