Home
last modified time | relevance | path

Searched refs:begin_cpu_access (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h178 * @begin_cpu_access
207 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); member
248 * unpin any resources pinned in @begin_cpu_access.
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c457 .begin_cpu_access = vb2_dma_sg_dmabuf_ops_begin_cpu_access,
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c387 .begin_cpu_access = system_heap_dma_buf_begin_cpu_access,
H A Dcma_heap.c264 .begin_cpu_access = cma_heap_dma_buf_begin_cpu_access,
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c452 .begin_cpu_access = vb2_dma_sg_dmabuf_ops_begin_cpu_access,
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c1215 * cpu in the kernel context. Calls begin_cpu_access to allow exporter-specific
1235 if (dmabuf->ops->begin_cpu_access) { in dma_buf_begin_cpu_access()
1236 ret = dmabuf->ops->begin_cpu_access(dmabuf, direction); in dma_buf_begin_cpu_access()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1512 .begin_cpu_access = rockchip_drm_gem_dmabuf_begin_cpu_access,

Completed in 10 milliseconds