Searched refs:dma_buf_map_attachment (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-buf.h | 573 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
|
| /linux/drivers/dma-buf/ |
| H A D | dma-buf.c | 1168 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *attach, in dma_buf_map_attachment() function 1240 EXPORT_SYMBOL_NS_GPL(dma_buf_map_attachment, "DMA_BUF"); 1263 sg_table = dma_buf_map_attachment(attach, direction); in dma_buf_map_attachment_unlocked()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_dmabuf.c | 243 sgt = dma_buf_map_attachment(obj->base.import_attach, in i915_gem_object_get_pages_dmabuf()
|
| /linux/drivers/infiniband/core/ |
| H A D | umem_dmabuf.c | 32 sgt = dma_buf_map_attachment(umem_dmabuf->attach, in ib_umem_dmabuf_map_pages()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_data.c | 866 * skipping dma_buf_map_attachment() as we do not know the direction in qaic_gem_prime_import() 892 sgt = dma_buf_map_attachment(obj->import_attach, hdr->dir); in qaic_prepare_import_bo()
|
| /linux/drivers/iio/ |
| H A D | industrialio-buffer.c | 1727 priv->sgt = dma_buf_map_attachment(attach, priv->dir); in iio_buffer_attach_dmabuf()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 929 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in amdgpu_ttm_backend_bind()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 762 sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in xe_bo_move_dmabuf()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 1535 sg_table = dma_buf_map_attachment(attach, dir); in ffs_dmabuf_attach()
|