Home
last modified time | relevance | path

Searched refs:dma_sync_sgtable_for_cpu (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/accel/rocket/
H A Drocket_gem.c160 dma_sync_sgtable_for_cpu(dev->dev, shmem_obj->sgt, DMA_BIDIRECTIONAL); in rocket_ioctl_prep_bo()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c160 dma_sync_sgtable_for_cpu(buf->dev, sgt, buf->dma_dir); in vb2_dc_finish()
/linux/include/linux/
H A Ddma-mapping.h588 static inline void dma_sync_sgtable_for_cpu(struct device *dev, in dma_sync_sgtable_for_cpu() function
/linux/drivers/media/platform/ti/omap3isp/
H A Dispstat.c173 dma_sync_sgtable_for_cpu(stat->isp->dev, &buf->sgt, DMA_FROM_DEVICE); in isp_stat_buf_sync_for_cpu()
H A Dispccdc.c449 dma_sync_sgtable_for_cpu(isp->dev, &req->table.sgt, in ccdc_lsc_config()
/linux/sound/core/
H A Dmemalloc.c601 dma_sync_sgtable_for_cpu(dmab->dev.dev, dmab->private_data, in snd_dma_noncontig_sync()
/linux/drivers/spi/
H A Dspi.c1536 dma_sync_sgtable_for_cpu(rx_dev, &xfer->rx_sg, DMA_FROM_DEVICE); in spi_dma_sync_for_cpu()
1538 dma_sync_sgtable_for_cpu(tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_dma_sync_for_cpu()
/linux/Documentation/core-api/
H A Ddma-api.rst655 dma_sync_sgtable_for_cpu(), just like for streaming DMA mappings that are