Home
last modified time | relevance | path

Searched refs:dma_alloc_noncoherent (Results 1 – 39 of 39) sorted by relevance

/linux-4.1.27/arch/arc/mm/
Ddma.c29 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
44 EXPORT_SYMBOL(dma_alloc_noncoherent);
/linux-4.1.27/arch/alpha/include/asm/
Ddma-mapping.h48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/openrisc/include/asm/
Ddma-mapping.h70 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-4.1.27/arch/sparc/include/asm/
Ddma-mapping.h12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/s390/include/asm/
Ddma-mapping.h28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/hexagon/include/asm/
Ddma-mapping.h37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/include/asm-generic/
Ddma-mapping-broken.h35 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/ia64/include/asm/
Ddma-mapping.h51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/unicore32/include/asm/
Ddma-mapping.h107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/mips/include/asm/
Ddma-mapping.h98 void *dma_alloc_noncoherent(struct device *dev, size_t size,
/linux-4.1.27/arch/sh/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/c6x/include/asm/
Ddma-mapping.h97 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/linux-4.1.27/arch/mips/mm/
Ddma-default.c115 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
131 EXPORT_SYMBOL(dma_alloc_noncoherent);
/linux-4.1.27/arch/frv/include/asm/
Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/microblaze/include/asm/
Ddma-mapping.h102 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/m68k/include/asm/
Ddma-mapping.h39 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-4.1.27/arch/arm64/include/asm/
Ddma-mapping.h143 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-4.1.27/drivers/net/ethernet/i825xx/
Dlasi_82596.c99 #define DMA_ALLOC dma_alloc_noncoherent
/linux-4.1.27/arch/mn10300/include/asm/
Ddma-mapping.h31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/linux-4.1.27/arch/tile/include/asm/
Ddma-mapping.h145 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
/linux-4.1.27/arch/nios2/include/asm/
Ddma-mapping.h55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/cris/include/asm/
Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/x86/include/asm/
Ddma-mapping.h57 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/xtensa/include/asm/
Ddma-mapping.h29 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/avr32/include/asm/
Ddma-mapping.h336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/blackfin/include/asm/
Ddma-mapping.h21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/metag/include/asm/
Ddma-mapping.h11 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/arc/include/asm/
Ddma-mapping.h34 void *dma_alloc_noncoherent(struct device *dev, size_t size,
/linux-4.1.27/arch/powerpc/include/asm/
Ddma-mapping.h213 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.1.27/arch/arm/include/asm/
Ddma-mapping.h183 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-4.1.27/drivers/base/
Ddma-mapping.c134 vaddr = dma_alloc_noncoherent(dev, size, dma_handle, gfp); in dmam_alloc_noncoherent()
/linux-4.1.27/drivers/scsi/
Dsgiwd93.c252 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
D53c700.c299 memory = dma_alloc_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_detect()
/linux-4.1.27/arch/parisc/include/asm/
Ddma-mapping.h60 dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_noncoherent() function
/linux-4.1.27/sound/mips/
Dhal2.c460 codec->buffer = dma_alloc_noncoherent(NULL, H2_BUF_SIZE, in hal2_alloc_dmabuf()
464 desc = dma_alloc_noncoherent(NULL, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
/linux-4.1.27/Documentation/
DDMA-API.txt453 dma_alloc_noncoherent(struct device *dev, size_t size,
476 dma_alloc_noncoherent()).
495 dma_alloc_noncoherent(), starting at virtual address vaddr and
/linux-4.1.27/drivers/net/ethernet/seeq/
Dsgiseeq.c741 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
/linux-4.1.27/drivers/net/ethernet/amd/
Dau1000_eth.c1216 aup->vaddr = (u32)dma_alloc_noncoherent(NULL, MAX_BUF_SIZE * in au1000_probe()
/linux-4.1.27/drivers/tty/serial/
Dmpsc.c761 } else if ((pi->dma_region = dma_alloc_noncoherent(pi->port.dev, in mpsc_alloc_ring_mem()