Home
last modified time | relevance | path

Searched refs:arm_dma_alloc (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddma-mapping.h24 * arm_dma_alloc - allocate consistent memory for DMA
34 extern void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle,
38 * arm_dma_free - free memory allocated by arm_dma_alloc
46 * arm_dma_alloc().
/kernel/linux/linux-5.10/arch/arm/common/
H A Ddmabounce.c455 .alloc = arm_dma_alloc,
/kernel/linux/linux-5.10/arch/arm/mm/
H A Ddma-mapping.c197 .alloc = arm_dma_alloc,
743 void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arm_dma_alloc() function

Completed in 5 milliseconds