Home
last modified time | relevance | path

Searched refs:end_cpu_access_partial (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h263 * @end_cpu_access_partial
269 * The result of any dma_buf kmap calls after end_cpu_access_partial is
280 int (*end_cpu_access_partial)(struct dma_buf *dmabuf, enum dma_data_direction, unsigned int offset, member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c1309 if (dmabuf->ops->end_cpu_access_partial) { in dma_buf_end_cpu_access_partial()
1310 ret = dmabuf->ops->end_cpu_access_partial(dmabuf, direction, offset, len); in dma_buf_end_cpu_access_partial()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1515 .end_cpu_access_partial = rockchip_drm_gem_end_cpu_access_partial,

Completed in 6 milliseconds