Searched refs:begin_cpu_access_partial (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_dma_buf.c | 199 if (!heap->buf_ops.begin_cpu_access_partial) in ion_dma_buf_begin_cpu_access_partial() 202 return heap->buf_ops.begin_cpu_access_partial(dmabuf, direction, offset, in ion_dma_buf_begin_cpu_access_partial() 325 .begin_cpu_access_partial = ion_dma_buf_begin_cpu_access_partial,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-buf.h | 244 int (*begin_cpu_access_partial)(struct dma_buf *dmabuf, member
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_mem.c | 330 dmabuf->ops->begin_cpu_access_partial(dmabuf, DMA_FROM_DEVICE, in rknpu_mem_sync_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | dma-buf.c | 1298 if (dmabuf->ops->begin_cpu_access_partial) in dma_buf_begin_cpu_access_partial() 1299 ret = dmabuf->ops->begin_cpu_access_partial(dmabuf, direction, in dma_buf_begin_cpu_access_partial()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | rk_cma_heap.c | 338 .begin_cpu_access_partial = cma_heap_dma_buf_begin_cpu_access_partial,
|
| H A D | rk_system_heap.c | 482 .begin_cpu_access_partial = system_heap_dma_buf_begin_cpu_access_partial,
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-cma-heap.c | 414 .begin_cpu_access_partial = rk_cma_heap_dma_buf_begin_cpu_access_partial,
|