Searched refs:dma_buf_begin_cpu_access (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | dma-buf.h | 514 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
D | dma-buf.c | 405 ret = dma_buf_begin_cpu_access(dmabuf, direction); in dma_buf_ioctl() 1113 int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, in dma_buf_begin_cpu_access() function 1133 EXPORT_SYMBOL_GPL(dma_buf_begin_cpu_access);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
D | st7586.c | 100 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in st7586_buf_copy()
|
D | gm12u320.c | 273 ret = dma_buf_begin_cpu_access( in gm12u320_copy_fb_to_blocks()
|
D | repaper.c | 561 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in repaper_fb_dirty()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
D | udl_modeset.c | 293 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in udl_handle_damage()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_mipi_dbi.c | 211 ret = dma_buf_begin_cpu_access(import_attach->dmabuf, in mipi_dbi_buf_copy()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | include.patch | 1180 int dma_buf_begin_cpu_access(struct dma_buf *dma_buf,
|
D | drivers.patch | 5617 @@ -1132,6 +1203,30 @@ int dma_buf_begin_cpu_access(struct dma_buf *dmabuf, 5619 EXPORT_SYMBOL_GPL(dma_buf_begin_cpu_access);
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 31444 + ret = dma_buf_begin_cpu_access(dbuf, dir);
|