Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddma-buf.h96 int (*begin_cpu_access)(struct dma_buf *, size_t, size_t, member
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c162 .begin_cpu_access = omap_gem_dmabuf_begin_cpu_access,
/linux-4.1.27/drivers/dma-buf/
Ddma-buf.c547 if (dmabuf->ops->begin_cpu_access) in dma_buf_begin_cpu_access()
548 ret = dmabuf->ops->begin_cpu_access(dmabuf, start, len, direction); in dma_buf_begin_cpu_access()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_dmabuf.c226 .begin_cpu_access = i915_gem_begin_cpu_access,
/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt281 and unmapped, i.e. the importer does not need to call begin_cpu_access again
300 dma_buf kmap calls outside of the range specified in begin_cpu_access are
306 any preparations that might fail in begin_cpu_access.
325 When the importer is done accessing the range specified in begin_cpu_access,
/linux-4.1.27/drivers/staging/android/ion/
Dion.c1095 .begin_cpu_access = ion_dma_buf_begin_cpu_access,