Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Ddma-mapping.h209 extern void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle,
/linux-4.1.27/arch/arm/common/
Ddmabounce.c452 .alloc = arm_dma_alloc,
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c131 .alloc = arm_dma_alloc,
667 void *arm_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in arm_dma_alloc() function