/linux-4.4.14/arch/arc/mm/ |
D | dma.c | 28 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/ |
D | dma-mapping-broken.h | 35 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
D | dma-mapping-common.h | 298 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/ |
D | dma-mapping.h | 97 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | lasi_82596.c | 99 #define DMA_ALLOC dma_alloc_noncoherent
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dma-mapping.h | 39 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/ |
D | dma-mapping.h | 31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | dma-mapping.h | 13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | dma-mapping.h | 55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | dma-mapping.h | 21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | dma-mapping.h | 337 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | dma-mapping.h | 11 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | dma-mapping.h | 17 void *dma_alloc_noncoherent(struct device *dev, size_t size,
|
/linux-4.4.14/drivers/base/ |
D | dma-mapping.c | 134 vaddr = dma_alloc_noncoherent(dev, size, dma_handle, gfp); in dmam_alloc_noncoherent()
|
/linux-4.4.14/drivers/scsi/ |
D | sgiwd93.c | 252 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
|
D | 53c700.c | 299 memory = dma_alloc_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_detect()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma-mapping.h | 60 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/ |
D | hal2.c | 460 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/ |
D | DMA-API.txt | 447 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/ |
D | sgiseeq.c | 741 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 1215 aup->vaddr = (u32)dma_alloc_noncoherent(NULL, MAX_BUF_SIZE * in au1000_probe()
|
/linux-4.4.14/drivers/tty/serial/ |
D | mpsc.c | 759 } else if ((pi->dma_region = dma_alloc_noncoherent(pi->port.dev, in mpsc_alloc_ring_mem()
|