Home
last modified time | relevance | path

Searched refs:dma_buf_map_attachment (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/ !
H A Ddma-buf.h577 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
/linux/drivers/infiniband/core/ !
H A Dumem_dmabuf.c32 sgt = dma_buf_map_attachment(umem_dmabuf->attach, in ib_umem_dmabuf_map_pages()
/linux/drivers/dma-buf/ !
H A Ddma-buf.c1169 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *attach, in dma_buf_map_attachment() function
1241 EXPORT_SYMBOL_NS_GPL(dma_buf_map_attachment, "DMA_BUF");
1264 sg_table = dma_buf_map_attachment(attach, direction); in dma_buf_map_attachment_unlocked()
/linux/drivers/gpu/drm/i915/gem/ !
H A Di915_gem_dmabuf.c243 sgt = dma_buf_map_attachment(obj->base.import_attach, in i915_gem_object_get_pages_dmabuf()
/linux/drivers/gpu/drm/virtio/ !
H A Dvirtgpu_prime.c163 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in virtgpu_dma_buf_import_sgt()
/linux/drivers/accel/qaic/ !
H A Dqaic_data.c873 sgt = dma_buf_map_attachment(obj->import_attach, hdr->dir); in qaic_prepare_import_bo()
/linux/drivers/iio/ !
H A Dindustrialio-buffer.c1705 priv->sgt = dma_buf_map_attachment(attach, priv->dir); in iio_buffer_attach_dmabuf()
/linux/drivers/gpu/drm/amd/amdgpu/ !
H A Damdgpu_ttm.c921 sgt = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in amdgpu_ttm_backend_bind()
/linux/drivers/gpu/drm/xe/ !
H A Dxe_bo.c766 sg = dma_buf_map_attachment(attach, DMA_BIDIRECTIONAL); in xe_bo_move_dmabuf()
/linux/drivers/usb/gadget/function/ !
H A Df_fs.c1518 sg_table = dma_buf_map_attachment(attach, dir); in ffs_dmabuf_attach()