Searched refs:dma_sync (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/hexagon/kernel/ |
D | dma.c | 132 static inline void dma_sync(void *addr, size_t size, in dma_sync() function 183 dma_sync(dma_addr_to_virt(bus), size, dir); in hexagon_map_page() 192 dma_sync(dma_addr_to_virt(dma_handle), size, dir); in hexagon_sync_single_for_cpu() 199 dma_sync(dma_addr_to_virt(dma_handle), size, dir); in hexagon_sync_single_for_device()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispstat.c | 65 void (*dma_sync)(struct device *, in __isp_stat_buf_sync_magic() 70 dma_sync(stat->isp->dev, buf->dma_addr, 0, MAGIC_SIZE, dir); in __isp_stat_buf_sync_magic() 71 dma_sync(stat->isp->dev, buf->dma_addr + (buf_size & PAGE_MASK), in __isp_stat_buf_sync_magic()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1994 goto dma_sync; in ixgbe_fetch_rx_buffer() 2001 dma_sync: in ixgbe_fetch_rx_buffer()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 64 - don't call dma_sync function on allocations from
|