Searched refs:__dma_alloc_coherent (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddma-mapping.h39 extern void *__dma_alloc_coherent(struct device *dev, size_t size,
51 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Ddma-noncoherent.c153 __dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) function
250 EXPORT_SYMBOL(__dma_alloc_coherent); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Ddma.c31 ret = __dma_alloc_coherent(dev, size, dma_handle, flag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Ddma-mapping.h34 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro

Completed in 121 milliseconds