Home
last modified time | relevance | path

Searched refs:dma_buf_end_cpu_access (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h635 int dma_buf_end_cpu_access(struct dma_buf *dma_buf,
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c286 dma_buf_end_cpu_access(dmabuf, DMA_FROM_DEVICE); in mpp_dma_unmap_kernel()
319 dma_buf_end_cpu_access(dmabuf, DMA_FROM_DEVICE); in mpp_dma_map_kernel()
H A Dmpp_rkvdec.c615 dma_buf_end_cpu_access(dmabuf, DMA_FROM_DEVICE); in fill_scaling_list_pps()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c490 ret = dma_buf_end_cpu_access(dmabuf, direction); in dma_buf_ioctl()
1325 int dma_buf_end_cpu_access(struct dma_buf *dmabuf, in dma_buf_end_cpu_access() function
1337 EXPORT_SYMBOL_GPL(dma_buf_end_cpu_access);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dst7586.c109 ret = dma_buf_end_cpu_access(import_attach->dmabuf, in st7586_buf_copy()
H A Dgm12u320.c316 ret = dma_buf_end_cpu_access(fb->obj[0]->import_attach->dmabuf, in gm12u320_copy_fb_to_blocks()
H A Drepaper.c570 ret = dma_buf_end_cpu_access(import_attach->dmabuf, in repaper_fb_dirty()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_modeset.c341 tmp_ret = dma_buf_end_cpu_access(import_attach->dmabuf, in udl_handle_damage()
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c702 dma_buf_end_cpu_access(dma_buf, DMA_BIDIRECTIONAL); in dma_te_buf_fill()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960770 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_exynosauto115 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_vivo444 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_generic454 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_exynos431 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_qcom561 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_mtk522 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_rockchip328 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_oplus623 dma_buf_end_cpu_access
H A Dabi_gki_aarch64_galaxy1340 dma_buf_end_cpu_access
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c234 ret = dma_buf_end_cpu_access(import_attach->dmabuf, in mipi_dbi_buf_copy()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c873 dma_buf_end_cpu_access(dma_buf, in kbase_mem_copy_from_extres()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c848 dma_buf_end_cpu_access(dma_buf, DMA_FROM_DEVICE); in kbase_mem_copy_from_extres()
H A Dmali_kbase_mem_linux.c1157 ret = dma_buf_end_cpu_access(dma_buf, dir); in kbase_mem_do_sync_imported()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c607 return dma_buf_end_cpu_access(map_node->dmabuf, DMA_BIDIRECTIONAL); in dma_fd_end_cpu_access()