/linux-4.4.14/arch/sh/kernel/ |
D | dma-nommu.c | 21 dma_cache_sync(dev, page_address(page) + offset, size, dir); in nommu_map_page() 38 dma_cache_sync(dev, sg_virt(s), s->length, dir); in nommu_map_sg() 51 dma_cache_sync(dev, phys_to_virt(addr), size, dir); in nommu_sync_single() 61 dma_cache_sync(dev, sg_virt(s), s->length, dir); in nommu_sync_sg()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | dma-mapping.h | 11 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size, 120 dma_cache_sync(dev, cpu_addr, size, direction); in dma_map_single() 223 dma_cache_sync(dev, virt, sg->length, direction); in dma_map_sg() 279 dma_cache_sync(dev, bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_device() 332 dma_cache_sync(dev, sg_virt(sg), sg->length, direction); in dma_sync_sg_for_device()
|
/linux-4.4.14/arch/sh/mm/ |
D | consistent.c | 52 dma_cache_sync(dev, ret, size, DMA_BIDIRECTIONAL); in dma_generic_alloc_coherent() 81 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function 103 EXPORT_SYMBOL(dma_cache_sync);
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | lasi_82596.c | 102 do { dma_cache_sync((ndev)->dev.parent, (void *)addr, len, DMA_TO_DEVICE); } while (0) 105 do { dma_cache_sync((ndev)->dev.parent, (void *)addr, len, DMA_FROM_DEVICE); } while (0) 108 do { dma_cache_sync((ndev)->dev.parent, (void *)addr, len, DMA_BIDIRECTIONAL); } while (0)
|
/linux-4.4.14/drivers/scsi/ |
D | 53c700.c | 822 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 835 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 850 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_extended_message() 935 dma_cache_sync(hostdata->dev, hostdata->msgout, 1, DMA_TO_DEVICE); in process_message() 946 dma_cache_sync(hostdata->dev, hostdata->msgin, MSG_ARRAY_SIZE, DMA_FROM_DEVICE); in process_message() 1026 dma_cache_sync(hostdata->dev, slot->SG, sizeof(slot->SG[0])*2, DMA_TO_DEVICE); in process_script_interrupt() 1027 dma_cache_sync(hostdata->dev, SCp->sense_buffer, SCSI_SENSE_BUFFERSIZE, DMA_FROM_DEVICE); in process_script_interrupt() 1162 dma_cache_sync(hostdata->dev, hostdata->msgin, in process_script_interrupt() 1164 dma_cache_sync(hostdata->dev, hostdata->msgout, in process_script_interrupt() 1168 dma_cache_sync(hostdata->dev, slot->cmnd->cmnd, in process_script_interrupt() [all …]
|
D | 53c700.h | 429 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 440 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 455 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \ 469 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
|
D | sgiwd93.c | 98 dma_cache_sync(hd->dev, hd->cpu, in fill_hpc_entries()
|
/linux-4.4.14/arch/avr32/mm/ |
D | dma-coherent.c | 16 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, int direction) in dma_cache_sync() function 38 EXPORT_SYMBOL(dma_cache_sync);
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | dma-mapping.h | 15 #define dma_cache_sync(dev, va, size, dir) ((void)0) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | floppy.h | 17 dma_cache_sync(NULL, addr, size, DMA_BIDIRECTIONAL); in fd_cacheflush()
|
D | dma-mapping.h | 34 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|
/linux-4.4.14/arch/s390/include/asm/ |
D | dma-mapping.h | 21 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/drivers/tty/serial/ |
D | mpsc.c | 530 dma_cache_sync(pi->port.dev, (void *)txre, MPSC_TXRE_SIZE, in mpsc_sdma_start_tx() 874 dma_cache_sync(pi->port.dev, (void *)pi->dma_region, in mpsc_init_rings() 949 dma_cache_sync(pi->port.dev, (void *)rxre, MPSC_RXRE_SIZE, in mpsc_rx_intr() 983 dma_cache_sync(pi->port.dev, (void *)bp, MPSC_RXBE_SIZE, in mpsc_rx_intr() 1059 dma_cache_sync(pi->port.dev, (void *)rxre, MPSC_RXRE_SIZE, in mpsc_rx_intr() 1071 dma_cache_sync(pi->port.dev, (void *)rxre, MPSC_RXRE_SIZE, in mpsc_rx_intr() 1105 dma_cache_sync(pi->port.dev, (void *)txre, MPSC_TXRE_SIZE, in mpsc_setup_tx_desc() 1152 dma_cache_sync(pi->port.dev, (void *)bp, MPSC_TXBE_SIZE, in mpsc_copy_tx_data() 1178 dma_cache_sync(pi->port.dev, (void *)txre, MPSC_TXRE_SIZE, in mpsc_tx_intr() 1197 dma_cache_sync(pi->port.dev, (void *)txre, in mpsc_tx_intr() [all …]
|
/linux-4.4.14/arch/sh/include/asm/ |
D | dma-mapping.h | 16 void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | dma-mapping.h | 35 void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | dma-mapping.h | 49 extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | dma-mapping.h | 65 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | dma-mapping.h | 49 dma_cache_sync (struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | dma-mapping.h | 13 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | dma-mapping.h | 53 static inline void dma_cache_sync(struct device *dev, void *vaddr, in dma_cache_sync() function
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | pci-dma.c | 28 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function 49 EXPORT_SYMBOL(dma_cache_sync);
|
/linux-4.4.14/arch/tile/include/asm/ |
D | dma-mapping.h | 112 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | dma-mapping.h | 85 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/include/asm-generic/ |
D | dma-mapping-broken.h | 92 dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | dma-mapping.h | 160 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | dma-mapping.h | 129 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dma-mapping.h | 49 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/mips/mm/ |
D | dma-default.c | 406 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function 415 EXPORT_SYMBOL(dma_cache_sync);
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | dma-mapping.h | 165 void dma_cache_sync(void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | dma-mapping.h | 156 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | dma-mapping.h | 125 static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | dma-mapping.h | 151 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/arch/metag/include/asm/ |
D | dma-mapping.h | 182 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/sound/mips/ |
D | hal2.c | 481 dma_cache_sync(NULL, codec->desc, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf() 605 dma_cache_sync(NULL, buf, bytes, DMA_TO_DEVICE); in hal2_playback_transfer() 697 dma_cache_sync(NULL, buf, bytes, DMA_FROM_DEVICE); in hal2_capture_transfer()
|
/linux-4.4.14/drivers/sh/maple/ |
D | maple.c | 303 dma_cache_sync(0, maple_sendbuf + i * PAGE_SIZE, in maple_send() 645 dma_cache_sync(&mdev->dev, recvbuf, 0x400, in maple_dma_handler()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | dma-mapping.h | 191 dma_cache_sync(struct device *dev, void *vaddr, size_t size, in dma_cache_sync() function
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 114 dma_cache_sync(dev->dev.parent, addr, sizeof(struct sgiseeq_rx_desc), in dma_sync_desc_cpu() 120 dma_cache_sync(dev->dev.parent, addr, sizeof(struct sgiseeq_rx_desc), in dma_sync_desc_dev()
|
/linux-4.4.14/Documentation/ |
D | DMA-API.txt | 485 dma_cache_sync(struct device *dev, void *vaddr, size_t size,
|