Searched refs:begin_cpu_access (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | dma-buf.h | 96 int (*begin_cpu_access)(struct dma_buf *, size_t, size_t, member
|
| /linux-4.4.14/drivers/gpu/drm/omapdrm/ |
| D | omap_gem_dmabuf.c | 159 .begin_cpu_access = omap_gem_dmabuf_begin_cpu_access,
|
| /linux-4.4.14/drivers/dma-buf/ |
| D | dma-buf.c | 556 if (dmabuf->ops->begin_cpu_access) in dma_buf_begin_cpu_access() 557 ret = dmabuf->ops->begin_cpu_access(dmabuf, start, in dma_buf_begin_cpu_access()
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | i915_gem_dmabuf.c | 226 .begin_cpu_access = i915_gem_begin_cpu_access,
|
| /linux-4.4.14/Documentation/ |
| D | dma-buf-sharing.txt | 281 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.4.14/drivers/staging/android/ion/ |
| D | ion.c | 1097 .begin_cpu_access = ion_dma_buf_begin_cpu_access,
|