Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem_dmabuf.c75 .begin_cpu_access = omap_gem_dmabuf_begin_cpu_access,
/linux/include/linux/
H A Ddma-buf.h222 int (*begin_cpu_access)(struct dma_buf *, enum dma_data_direction); member
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_dmabuf.c212 .begin_cpu_access = i915_gem_begin_cpu_access,
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c204 .begin_cpu_access = xe_dma_buf_begin_cpu_access,
/linux/drivers/dma-buf/
H A Ddma-buf.c1522 if (dmabuf->ops->begin_cpu_access) in dma_buf_begin_cpu_access()
1523 ret = dmabuf->ops->begin_cpu_access(dmabuf, direction); in dma_buf_begin_cpu_access()
H A Dudmabuf.c284 .begin_cpu_access = begin_cpu_udmabuf,
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c323 .begin_cpu_access = panthor_gem_prime_begin_cpu_access,
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c467 .begin_cpu_access = vb2_dc_dmabuf_ops_begin_cpu_access,
/linux/drivers/gpu/drm/tegra/
H A Dgem.c751 .begin_cpu_access = tegra_gem_prime_begin_cpu_access,