Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/mm/
Ddma.c28 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
43 EXPORT_SYMBOL(dma_alloc_noncoherent);
69 return dma_alloc_noncoherent(dev, size, dma_handle, gfp); in dma_alloc_coherent()
/linux-4.4.14/include/asm-generic/
Ddma-mapping-broken.h35 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
Ddma-mapping-common.h298 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/i825xx/
Dlasi_82596.c99 #define DMA_ALLOC dma_alloc_noncoherent
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/avr32/include/asm/
Ddma-mapping.h337 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/linux-4.4.14/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.4.14/arch/arc/include/asm/
Ddma-mapping.h17 void *dma_alloc_noncoherent(struct device *dev, size_t size,
/linux-4.4.14/drivers/base/
Ddma-mapping.c134 vaddr = dma_alloc_noncoherent(dev, size, dma_handle, gfp); in dmam_alloc_noncoherent()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/
DDMA-API.txt447 dma_alloc_noncoherent(struct device *dev, size_t size,
470 dma_alloc_noncoherent()).
489 dma_alloc_noncoherent(), starting at virtual address vaddr and
/linux-4.4.14/drivers/net/ethernet/seeq/
Dsgiseeq.c741 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
/linux-4.4.14/drivers/net/ethernet/amd/
Dau1000_eth.c1215 aup->vaddr = (u32)dma_alloc_noncoherent(NULL, MAX_BUF_SIZE * in au1000_probe()
/linux-4.4.14/drivers/tty/serial/
Dmpsc.c759 } else if ((pi->dma_region = dma_alloc_noncoherent(pi->port.dev, in mpsc_alloc_ring_mem()