Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddma-buf.h401 void dma_buf_vunmap(struct dma_buf *, void *vaddr);
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c397 dma_buf_vunmap(buf->dbuf, buf->vaddr); in vb2_vmalloc_unmap_dmabuf()
406 dma_buf_vunmap(buf->dbuf, buf->vaddr); in vb2_vmalloc_detach_dmabuf()
Dvideobuf2-dma-sg.c587 dma_buf_vunmap(buf->db_attach->dmabuf, buf->vaddr); in vb2_dma_sg_unmap_dmabuf()
Dvideobuf2-dma-contig.c654 dma_buf_vunmap(buf->db_attach->dmabuf, buf->vaddr); in vb2_dc_unmap_dmabuf()
/linux-4.19.296/drivers/dma-buf/
Ddma-buf.c991 void dma_buf_vunmap(struct dma_buf *dmabuf, void *vaddr) in dma_buf_vunmap() function
1008 EXPORT_SYMBOL_GPL(dma_buf_vunmap);