Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddma-buf.h617 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c475 ret = dma_buf_begin_cpu_access(dmabuf, direction); in dma_buf_ioctl()
1391 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access() function
1413 EXPORT_SYMBOL_NS_GPL(dma_buf_begin_cpu_access, DMA_BUF);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c471 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, dir); in drm_gem_fb_begin_cpu_access()