/linux-4.1.27/arch/arc/mm/ |
D | dma.c | 29 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/ |
D | dma-mapping.h | 48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | dma-mapping.h | 70 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/ |
D | dma-mapping.h | 12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | dma-mapping.h | 28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | dma-mapping.h | 37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | dma-mapping.h | 51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | dma-mapping.h | 107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | dma-mapping.h | 98 void *dma_alloc_noncoherent(struct device *dev, size_t size,
|
/linux-4.1.27/arch/sh/include/asm/ |
D | dma-mapping.h | 42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/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.1.27/arch/mips/mm/ |
D | dma-default.c | 115 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/ |
D | dma-mapping.h | 15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | dma-mapping.h | 102 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/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.1.27/arch/arm64/include/asm/ |
D | dma-mapping.h | 143 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/ |
D | lasi_82596.c | 99 #define DMA_ALLOC dma_alloc_noncoherent
|
/linux-4.1.27/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.1.27/arch/tile/include/asm/ |
D | dma-mapping.h | 145 #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/ |
D | dma-mapping.h | 55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/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.1.27/arch/x86/include/asm/ |
D | dma-mapping.h | 57 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | dma-mapping.h | 29 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | dma-mapping.h | 336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/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.1.27/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.1.27/arch/arc/include/asm/ |
D | dma-mapping.h | 34 void *dma_alloc_noncoherent(struct device *dev, size_t size,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | dma-mapping.h | 213 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | dma-mapping.h | 183 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/linux-4.1.27/drivers/base/ |
D | dma-mapping.c | 134 vaddr = dma_alloc_noncoherent(dev, size, dma_handle, gfp); in dmam_alloc_noncoherent()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/ |
D | DMA-API.txt | 453 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/ |
D | sgiseeq.c | 741 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 1216 aup->vaddr = (u32)dma_alloc_noncoherent(NULL, MAX_BUF_SIZE * in au1000_probe()
|
/linux-4.1.27/drivers/tty/serial/ |
D | mpsc.c | 761 } else if ((pi->dma_region = dma_alloc_noncoherent(pi->port.dev, in mpsc_alloc_ring_mem()
|