Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/include/asm/
Ddma-mapping.h34 extern void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle,
/linux-5.19.10/arch/arm/common/
Ddmabounce.c455 .alloc = arm_dma_alloc,
/linux-5.19.10/arch/arm/mm/
Ddma-mapping.c197 .alloc = arm_dma_alloc,
745 void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arm_dma_alloc() function