Home
last modified time | relevance | path

Searched refs:end_cpu_access_partial (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_dma_buf.c244 if (!heap->buf_ops.end_cpu_access_partial) in ion_dma_buf_end_cpu_access_partial()
247 return heap->buf_ops.end_cpu_access_partial(dmabuf, direction, offset, in ion_dma_buf_end_cpu_access_partial()
327 .end_cpu_access_partial = ion_dma_buf_end_cpu_access_partial,
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h285 int (*end_cpu_access_partial)(struct dma_buf *dmabuf, member
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_mem.c326 dmabuf->ops->end_cpu_access_partial(dmabuf, DMA_TO_DEVICE, in rknpu_mem_sync_ioctl()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c1347 if (dmabuf->ops->end_cpu_access_partial) in dma_buf_end_cpu_access_partial()
1348 ret = dmabuf->ops->end_cpu_access_partial(dmabuf, direction, in dma_buf_end_cpu_access_partial()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Drk_cma_heap.c339 .end_cpu_access_partial = cma_heap_dma_buf_end_cpu_access_partial,
H A Drk_system_heap.c483 .end_cpu_access_partial = system_heap_dma_buf_end_cpu_access_partial,
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-cma-heap.c415 .end_cpu_access_partial = rk_cma_heap_dma_buf_end_cpu_access_partial,