Searched refs:begin_cpu_access (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_dma_buf.c | 168 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 D | omap_gem_dmabuf.c | 105 .begin_cpu_access = omap_gem_dmabuf_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-buf.h | 211 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_dmabuf.c | 166 .begin_cpu_access = i915_gem_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp_tb_helper.c | 134 .begin_cpu_access = shm_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 265 .begin_cpu_access = cma_heap_dma_buf_begin_cpu_access,
|
| H A D | rk_cma_heap.c | 335 .begin_cpu_access = cma_heap_dma_buf_begin_cpu_access,
|
| H A D | system_heap.c | 370 .begin_cpu_access = system_heap_dma_buf_begin_cpu_access,
|
| H A D | rk_system_heap.c | 479 .begin_cpu_access = system_heap_dma_buf_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | udmabuf.c | 156 .begin_cpu_access = begin_cpu_udmabuf,
|
| H A D | dma-buf.c | 1275 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 D | common.c | 298 .begin_cpu_access = rkcif_shm_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_dma_buf.c | 422 .begin_cpu_access = amdgpu_dma_buf_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dma-sg.c | 501 .begin_cpu_access = vb2_dma_sg_dmabuf_ops_begin_cpu_access,
|
| H A D | videobuf2-dma-contig.c | 365 .begin_cpu_access = vb2_dc_dmabuf_ops_begin_cpu_access,
|
| H A D | videobuf2-cma-sg.c | 537 .begin_cpu_access = vb2_cma_sg_dmabuf_ops_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 653 .begin_cpu_access = tegra_gem_prime_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-cma-heap.c | 412 .begin_cpu_access = rk_cma_heap_dma_buf_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/ |
| H A D | dma-buf-test-exporter.c | 399 .begin_cpu_access = dma_buf_te_begin_cpu_access,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 1743 .begin_cpu_access = rockchip_drm_gem_dmabuf_begin_cpu_access,
|