Searched refs:__arm_dma_free (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping.c | 803 static void __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, in __arm_dma_free() function 828 __arm_dma_free(dev, size, cpu_addr, handle, attrs, false); in arm_dma_free() 834 __arm_dma_free(dev, size, cpu_addr, handle, attrs, true); in arm_coherent_dma_free() 2325 __arm_dma_free(dev, size, cpu_addr, dma_handle, attrs, false); in arch_dma_free()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dma-mapping.c | 605 static void __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, in __arm_dma_free() function 1821 __arm_dma_free(dev, size, cpu_addr, dma_handle, attrs, false); in arch_dma_free()
|
Completed in 7 milliseconds