Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-mapping.h140 void dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg,
207 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function
397 dma_sync_sg_for_device(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_device()
H A Dpci-dma-compat.h103 dma_sync_sg_for_device(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_device()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dmapping.c296 void dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_device() function
308 EXPORT_SYMBOL(dma_sync_sg_for_device);
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c122 dma_sync_sg_for_device(NULL, table->sgl, table->nents, dir); in shm_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c223 dma_sync_sg_for_device(a->dev, a->table->sgl, a->table->nents, in ion_dma_buf_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dudmabuf.c146 dma_sync_sg_for_device(dev, ubuf->sg->sgl, ubuf->sg->nents, direction); in end_cpu_udmabuf()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-aes-gcm.c54 dma_sync_sg_for_device(dd->dev, dd->out_sg, dd->out_sg_len, in omap_aes_gcm_done_task()
H A Domap-des.c397 dma_sync_sg_for_device(dd->dev, dd->in_sg, in_sg_len, DMA_TO_DEVICE); in omap_des_crypt_dma()
605 dma_sync_sg_for_device(dd->dev, dd->out_sg, dd->out_sg_len, in omap_des_done_task()
H A Domap-aes.c287 dma_sync_sg_for_device(dd->dev, dd->in_sg, in_sg_len, DMA_TO_DEVICE); in omap_aes_crypt_dma()
512 dma_sync_sg_for_device(dd->dev, dd->out_sg, dd->out_sg_len, in omap_aes_done_task()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c275 dma_sync_sg_for_device(NULL, table->sgl, table->nents, dir); in rkcif_shm_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c479 dma_sync_sg_for_device(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c255 dma_sync_sg_for_device(attachment->dev, sg->sgl, sg->nents, direction); in dma_buf_te_sync()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-topcliff-pch.c1045 dma_sync_sg_for_device(&data->master->dev, sg, num, DMA_FROM_DEVICE); in pch_spi_handle_dma()
1107 dma_sync_sg_for_device(&data->master->dev, sg, num, DMA_TO_DEVICE); in pch_spi_handle_dma()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960126 dma_sync_sg_for_device
H A Dabi_gki_aarch64_virtual_device122 dma_sync_sg_for_device
H A Dabi_gki_aarch64_exynosauto145 dma_sync_sg_for_device
H A Dabi_gki_aarch64_vivo487 dma_sync_sg_for_device
H A Dabi_gki_aarch64_generic501 dma_sync_sg_for_device
H A Dabi_gki_aarch64_db845c1778 dma_sync_sg_for_device
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispstat.c164 dma_sync_sg_for_device(stat->isp->dev, buf->sgt.sgl, in isp_stat_buf_sync_for_device()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c991 dma_sync_sg_for_device(drm->dev, rk_obj->sgt->sgl, in rockchip_gem_prime_end_cpu_access()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Datmel_serial.c997 dma_sync_sg_for_device(port->dev, sg_tx, 1, DMA_TO_DEVICE); in atmel_tx_dma()
1179 dma_sync_sg_for_device(port->dev, in atmel_rx_from_dma()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-api-howto.rst631 dma_sync_sg_for_device(dev, sglist, nents, direction);
638 dma_sync_sg_for_device() must be the same passed to
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_gem.c1469 dma_sync_sg_for_device(dev->dev, sg, 1, in rknpu_gem_sync_ioctl()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c308 dma_sync_sg_for_device(crypto_dev, sg_tbl->sgl, sg_tbl->nents, DMA_TO_DEVICE); in put_dmafd_sgtbl()

12