Home
last modified time | relevance | path

Searched refs:dma_buf_vunmap (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Ddma-buf.h239 void dma_buf_vunmap(struct dma_buf *, void *vaddr);
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-vmalloc.c392 dma_buf_vunmap(buf->dbuf, buf->vaddr); in vb2_vmalloc_unmap_dmabuf()
401 dma_buf_vunmap(buf->dbuf, buf->vaddr); in vb2_vmalloc_detach_dmabuf()
Dvideobuf2-dma-contig.c649 dma_buf_vunmap(buf->db_attach->dmabuf, buf->vaddr); in vb2_dc_unmap_dmabuf()
Dvideobuf2-dma-sg.c598 dma_buf_vunmap(buf->db_attach->dmabuf, buf->vaddr); in vb2_dma_sg_unmap_dmabuf()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_gem.c183 dma_buf_vunmap(obj->base.import_attach->dmabuf, obj->vmapping); in udl_gem_vunmap()
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c761 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr) in dma_buf_vunmap() function
778 EXPORT_SYMBOL_GPL(dma_buf_vunmap);
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gem.c534 dma_buf_vunmap(obj->import_attach->dmabuf, msm_obj->vaddr); in msm_gem_free_object()
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt314 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr)