Home
last modified time | relevance | path

Searched refs:dma_buf_pin (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddma-buf.h87 * This is called by dma_buf_pin and lets the exporter know that the
500 int dma_buf_pin(struct dma_buf_attachment *attach);
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-buf.c750 ret = dma_buf_pin(attach); in dma_buf_dynamic_attach()
838 * dma_buf_pin - Lock down the DMA-buf
845 int dma_buf_pin(struct dma_buf_attachment *attach) in dma_buf_pin() function
857 EXPORT_SYMBOL_GPL(dma_buf_pin); variable
919 r = dma_buf_pin(attach); in dma_buf_map_attachment()
/kernel/linux/linux-6.6/include/linux/
H A Ddma-buf.h88 * This is called by dma_buf_pin() and lets the exporter know that the
603 int dma_buf_pin(struct dma_buf_attachment *attach);
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dumem_dmabuf.c201 err = dma_buf_pin(umem_dmabuf->attach); in ib_umem_dmabuf_get_pinned()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-buf.c814 * - dma_buf_pin()
1028 * dma_buf_pin - Lock down the DMA-buf
1041 int dma_buf_pin(struct dma_buf_attachment *attach) in dma_buf_pin() function
1055 EXPORT_SYMBOL_NS_GPL(dma_buf_pin, DMA_BUF);
1061 * This unpins a buffer pinned by dma_buf_pin() and allows the exporter to move
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c944 dma_buf_pin(bo->tbo.base.import_attach); in amdgpu_bo_pin_restricted()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c954 dma_buf_pin(bo->tbo.base.import_attach); in amdgpu_bo_pin_restricted()

Completed in 10 milliseconds