Home
last modified time | relevance | path

Searched refs:dma_sync_sg_for_cpu (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-mapping.h138 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
203 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
380 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
H A Dpci-dma-compat.h96 dma_sync_sg_for_cpu(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_cpu()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dmapping.c282 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
294 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c110 dma_sync_sg_for_cpu(NULL, table->sgl, table->nents, dir); in shm_begin_cpu_access()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c178 dma_sync_sg_for_cpu(a->dev, a->table->sgl, a->table->nents, in ion_dma_buf_begin_cpu_access()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dudmabuf.c130 dma_sync_sg_for_cpu(dev, ubuf->sg->sgl, ubuf->sg->nents, in begin_cpu_udmabuf()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c263 dma_sync_sg_for_cpu(NULL, table->sgl, table->nents, dir); in rkcif_shm_begin_cpu_access()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c468 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dvideobuf-dma-sg.c583 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist, in __videobuf_sync()
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c251 dma_sync_sg_for_cpu(attachment->dev, sg->sgl, sg->nents, direction); in dma_buf_te_sync()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-topcliff-pch.c796 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_rx_p, dma->nent, in pch_spi_start_transfer()
799 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent, in pch_spi_start_transfer()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960125 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_virtual_device1075 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_exynosauto144 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_vivo486 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_generic500 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_db845c1777 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_exynos493 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_imx235 dma_sync_sg_for_cpu
H A Dabi_gki_aarch64_qcom616 dma_sync_sg_for_cpu
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispstat.c174 dma_sync_sg_for_cpu(stat->isp->dev, buf->sgt.sgl, in isp_stat_buf_sync_for_cpu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c977 dma_sync_sg_for_cpu(drm->dev, rk_obj->sgt->sgl, in rockchip_gem_prime_begin_cpu_access()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-api-howto.rst619 dma_sync_sg_for_cpu(dev, sglist, nents, direction);
637 The 'nents' argument to dma_sync_sg_for_cpu() and
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_gem.c1474 dma_sync_sg_for_cpu(dev->dev, sg, 1, in rknpu_gem_sync_ioctl()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c278 dma_sync_sg_for_cpu(crypto_dev, (*sg_tbl)->sgl, (*sg_tbl)->nents, DMA_FROM_DEVICE); in get_dmafd_sgtbl()

12