| /linux-4.4.14/arch/arc/mm/ |
| D | dma.c | 45 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr, in dma_free_noncoherent() function 50 EXPORT_SYMBOL(dma_free_noncoherent); 104 return dma_free_noncoherent(dev, size, kvaddr, dma_handle); in dma_free_coherent()
|
| /linux-4.4.14/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.4.14/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 | 413 dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE, in NCR_700_release()
|
| /linux-4.4.14/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
|
| D | dma-mapping-common.h | 307 static inline void dma_free_noncoherent(struct device *dev, size_t size, in dma_free_noncoherent() function
|
| /linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/i825xx/ |
| D | lasi_82596.c | 100 #define DMA_FREE dma_free_noncoherent
|
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/avr32/include/asm/ |
| D | dma-mapping.h | 338 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) macro
|
| /linux-4.4.14/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.4.14/arch/arc/include/asm/ |
| D | dma-mapping.h | 20 void dma_free_noncoherent(struct device *dev, size_t size, void *vaddr,
|
| /linux-4.4.14/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.4.14/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.4.14/drivers/video/fbdev/ |
| D | au1100fb.c | 558 dma_free_noncoherent(&dev->dev, fbdev->fb_len, fbdev->fb_mem, in au1100fb_drv_probe()
|
| /linux-4.4.14/drivers/net/ethernet/amd/ |
| D | au1000_eth.c | 1403 dma_free_noncoherent(NULL, MAX_BUF_SIZE * (NUM_TX_BUFFS + NUM_RX_BUFFS), in au1000_probe() 1436 dma_free_noncoherent(NULL, MAX_BUF_SIZE * in au1000_remove()
|
| /linux-4.4.14/drivers/net/ethernet/seeq/ |
| D | sgiseeq.c | 817 dma_free_noncoherent(&pdev->dev, sizeof(*sp->srings), sp->srings, in sgiseeq_remove()
|
| /linux-4.4.14/drivers/tty/serial/ |
| D | mpsc.c | 776 dma_free_noncoherent(pi->port.dev, MPSC_DMA_ALLOC_SIZE, in mpsc_free_ring_mem()
|
| /linux-4.4.14/Documentation/ |
| D | DMA-API.txt | 465 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr,
|