Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddma-buf.h391 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
/Linux-v4.19/drivers/dma-buf/
Ddma-buf.c314 ret = dma_buf_begin_cpu_access(dmabuf, direction); in dma_buf_ioctl()
801 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access() function
821 EXPORT_SYMBOL_GPL(dma_buf_begin_cpu_access);
/Linux-v4.19/drivers/gpu/drm/tinydrm/
Dst7586.c97 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in st7586_buf_copy()
Dmipi-dbi.c177 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in mipi_dbi_buf_copy()
Drepaper.c556 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in repaper_fb_dirty()
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_fb.c297 ret = dma_buf_begin_cpu_access(ufb->obj->base.import_attach->dmabuf, in udl_user_framebuffer_dirty()