/linux-4.1.27/arch/arc/mm/ |
D | dma.c | 46 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function 52 EXPORT_SYMBOL(dma_free_noncoherent);
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | dma-mapping.h | 49 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/drivers/base/ |
D | dma-mapping.c | 37 dma_free_noncoherent(dev, this->size, this->vaddr, this->dma_handle); in dmam_noncoherent_release() 164 dma_free_noncoherent(dev, size, vaddr, dma_handle); in dmam_free_noncoherent()
|
/linux-4.1.27/drivers/scsi/ |
D | sgiwd93.c | 292 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma); in sgiwd93_probe() 308 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma); in sgiwd93_remove()
|
D | 53c700.c | 414 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | dma-mapping.h | 80 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | dma-mapping.h | 13 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | dma-mapping.h | 29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | dma-mapping.h | 38 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/include/asm-generic/ |
D | dma-mapping-broken.h | 36 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | dma-mapping.h | 52 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | dma-mapping.h | 108 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | dma-mapping.h | 101 void dma_free_noncoherent(struct device *dev, size_t size,
|
/linux-4.1.27/arch/sh/include/asm/ |
D | dma-mapping.h | 43 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | dma-mapping.h | 98 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
|
/linux-4.1.27/arch/mips/mm/ |
D | dma-default.c | 167 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function 173 EXPORT_SYMBOL(dma_free_noncoherent);
|
/linux-4.1.27/arch/frv/include/asm/ |
D | dma-mapping.h | 16 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | dma-mapping.h | 103 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | dma-mapping.h | 44 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | dma-mapping.h | 149 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
D | lasi_82596.c | 100 #define DMA_FREE dma_free_noncoherent
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | dma-mapping.h | 32 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | dma-mapping.h | 147 #define dma_free_noncoherent(d, s, v, h) dma_free_attrs(d, s, v, h, NULL) macro
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | dma-mapping.h | 56 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | dma-mapping.h | 14 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | dma-mapping.h | 58 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | dma-mapping.h | 30 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | dma-mapping.h | 337 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dma-mapping.h | 22 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | dma-mapping.h | 12 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | dma-mapping.h | 37 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | dma-mapping.h | 214 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
/linux-4.1.27/sound/mips/ |
D | hal2.c | 467 dma_free_noncoherent(NULL, H2_BUF_SIZE, in hal2_alloc_dmabuf() 489 dma_free_noncoherent(NULL, codec->desc_count * sizeof(struct hal2_desc), in hal2_free_dmabuf() 491 dma_free_noncoherent(NULL, H2_BUF_SIZE, codec->buffer, in hal2_free_dmabuf()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | dma-mapping.h | 189 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | dma-mapping.h | 74 dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
/linux-4.1.27/drivers/video/fbdev/ |
D | au1100fb.c | 558 dma_free_noncoherent(&dev->dev, fbdev->fb_len, fbdev->fb_mem, in au1100fb_drv_probe()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 1404 dma_free_noncoherent(NULL, MAX_BUF_SIZE * (NUM_TX_BUFFS + NUM_RX_BUFFS), in au1000_probe() 1437 dma_free_noncoherent(NULL, MAX_BUF_SIZE * in au1000_remove()
|
/linux-4.1.27/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 817 dma_free_noncoherent(&pdev->dev, sizeof(*sp->srings), sp->srings, in sgiseeq_remove()
|
/linux-4.1.27/drivers/tty/serial/ |
D | mpsc.c | 778 dma_free_noncoherent(pi->port.dev, MPSC_DMA_ALLOC_SIZE, in mpsc_free_ring_mem()
|
/linux-4.1.27/Documentation/ |
D | DMA-API.txt | 471 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,
|