Home
last modified time | relevance | path

Searched defs:dma_alloc_noncoherent (Results 1 – 20 of 20) sorted by relevance

/linux-2.6.39/include/asm-generic/
Ddma-mapping-broken.h19 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/tile/include/asm/
Ddma-mapping.h30 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/sparc/include/asm/
Ddma-mapping.h12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/alpha/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/sh/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/ia64/include/asm/
Ddma-mapping.h45 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/x86/include/asm/
Ddma-mapping.h55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/unicore32/include/asm/
Ddma-mapping.h101 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/m68k/include/asm/
Ddma-mapping.h24 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-2.6.39/arch/microblaze/include/asm/
Ddma-mapping.h107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/frv/include/asm/
Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/powerpc/include/asm/
Ddma-mapping.h199 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/avr32/include/asm/
Ddma-mapping.h336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/blackfin/include/asm/
Ddma-mapping.h21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/xtensa/include/asm/
Ddma-mapping.h27 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/mn10300/include/asm/
Ddma-mapping.h31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/linux-2.6.39/arch/cris/include/asm/
Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-2.6.39/arch/mips/mm/
Ddma-default.c82 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-2.6.39/arch/parisc/include/asm/
Ddma-mapping.h57 dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_noncoherent() function
/linux-2.6.39/arch/arm/include/asm/
Ddma-mapping.h164 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function