Home
last modified time | relevance | path

Searched refs:begin_cpu_access (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c168 if (heap->buf_ops.begin_cpu_access) in ion_dma_buf_begin_cpu_access()
169 return heap->buf_ops.begin_cpu_access(dmabuf, direction); in ion_dma_buf_begin_cpu_access()
324 .begin_cpu_access = ion_dma_buf_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c105 .begin_cpu_access = omap_gem_dmabuf_begin_cpu_access,
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h211 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c166 .begin_cpu_access = i915_gem_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c134 .begin_cpu_access = shm_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dcma_heap.c265 .begin_cpu_access = cma_heap_dma_buf_begin_cpu_access,
H A Drk_cma_heap.c335 .begin_cpu_access = cma_heap_dma_buf_begin_cpu_access,
H A Dsystem_heap.c370 .begin_cpu_access = system_heap_dma_buf_begin_cpu_access,
H A Drk_system_heap.c479 .begin_cpu_access = system_heap_dma_buf_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dudmabuf.c156 .begin_cpu_access = begin_cpu_udmabuf,
H A Ddma-buf.c1275 if (dmabuf->ops->begin_cpu_access) in dma_buf_begin_cpu_access()
1276 ret = dmabuf->ops->begin_cpu_access(dmabuf, direction); in dma_buf_begin_cpu_access()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c298 .begin_cpu_access = rkcif_shm_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c422 .begin_cpu_access = amdgpu_dma_buf_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c501 .begin_cpu_access = vb2_dma_sg_dmabuf_ops_begin_cpu_access,
H A Dvideobuf2-dma-contig.c365 .begin_cpu_access = vb2_dc_dmabuf_ops_begin_cpu_access,
H A Dvideobuf2-cma-sg.c537 .begin_cpu_access = vb2_cma_sg_dmabuf_ops_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgem.c653 .begin_cpu_access = tegra_gem_prime_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-cma-heap.c412 .begin_cpu_access = rk_cma_heap_dma_buf_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c399 .begin_cpu_access = dma_buf_te_begin_cpu_access,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1743 .begin_cpu_access = rockchip_drm_gem_dmabuf_begin_cpu_access,