Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h630 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c492 ret = dma_buf_begin_cpu_access(dmabuf, direction); in dma_buf_ioctl()
1267 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access() function
1287 EXPORT_SYMBOL_GPL(dma_buf_begin_cpu_access);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dst7586.c100 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in st7586_buf_copy()
H A Dgm12u320.c273 ret = dma_buf_begin_cpu_access( in gm12u320_copy_fb_to_blocks()
H A Drepaper.c561 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in repaper_fb_dirty()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_modeset.c293 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in udl_handle_damage()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c301 ret = dma_buf_begin_cpu_access(dmabuf, DMA_FROM_DEVICE); in mpp_dma_map_kernel()
H A Dmpp_rkvdec.c573 ret = dma_buf_begin_cpu_access(dmabuf, DMA_FROM_DEVICE); in fill_scaling_list_pps()
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c676 ret = dma_buf_begin_cpu_access(dma_buf, DMA_BIDIRECTIONAL); in dma_te_buf_fill()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960768 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_exynosauto113 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_vivo441 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_generic451 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_exynos427 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_qcom558 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_mtk520 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_rockchip326 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_oplus620 dma_buf_begin_cpu_access
H A Dabi_gki_aarch64_galaxy1336 dma_buf_begin_cpu_access
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c211 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in mipi_dbi_buf_copy()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c841 ret = dma_buf_begin_cpu_access(dma_buf, in kbase_mem_copy_from_extres()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c821 ret = dma_buf_begin_cpu_access(dma_buf, DMA_FROM_DEVICE); in kbase_mem_copy_from_extres()
H A Dmali_kbase_mem_linux.c1174 ret = dma_buf_begin_cpu_access(dma_buf, dir); in kbase_mem_do_sync_imported()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c594 return dma_buf_begin_cpu_access(map_node->dmabuf, DMA_BIDIRECTIONAL); in dma_fd_begin_cpu_access()