Home
last modified time | relevance | path

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

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