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

/linux-master/include/linux/
H A Ddma-buf.h88 * This is called by dma_buf_pin() and lets the exporter know that the
608 int dma_buf_pin(struct dma_buf_attachment *attach);
/linux-master/drivers/infiniband/core/
H A Dumem_dmabuf.c201 err = dma_buf_pin(umem_dmabuf->attach);
/linux-master/drivers/dma-buf/
H A Ddma-buf.c827 * - dma_buf_pin()
1041 * dma_buf_pin - Lock down the DMA-buf
1054 int dma_buf_pin(struct dma_buf_attachment *attach) function
1068 EXPORT_SYMBOL_NS_GPL(dma_buf_pin, DMA_BUF);
1074 * This unpins a buffer pinned by dma_buf_pin() and allows the exporter to move
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c955 dma_buf_pin(bo->tbo.base.import_attach);

Completed in 197 milliseconds