Searched refs:dma_buf_attach (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dma-buf.h | 212 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 253 attach = dma_buf_attach(dma_buf, dev->dev); in udl_gem_prime_import()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 427 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach() function 460 EXPORT_SYMBOL_GPL(dma_buf_attach);
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_test.c | 55 attach = dma_buf_attach(dma_buf, dev); in ion_handle_test_dma()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 295 attach = dma_buf_attach(dma_buf, dev->dev); in i915_gem_prime_import()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_prime.c | 522 attach = dma_buf_attach(dma_buf, dev->dev); in drm_gem_prime_import()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_gem.c | 570 attach = dma_buf_attach(buf, dev->dev); in armada_gem_prime_import()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-dma-contig.c | 687 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()
|
D | videobuf2-dma-sg.c | 635 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dma_sg_attach_dmabuf()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | gem.c | 319 attach = dma_buf_attach(buf, drm->dev); in tegra_bo_import()
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 100 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, 224 buffer-user device as requested, dma_buf_attach() would return an error to
|