Home
last modified time | relevance | path

Searched refs:attach_dmabuf (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vgem/
Dvgem_fence.c116 static int attach_dmabuf(struct drm_device *dev, in attach_dmabuf() function
173 ret = attach_dmabuf(dev, obj); in vgem_fence_attach_ioctl()
/Linux-v4.19/include/media/
Dvideobuf2-core.h132 void *(*attach_dmabuf)(struct device *dev, member
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c441 .attach_dmabuf = vb2_vmalloc_attach_dmabuf,
Dvideobuf2-dma-sg.c660 .attach_dmabuf = vb2_dma_sg_attach_dmabuf,
Dvideobuf2-dma-contig.c725 .attach_dmabuf = vb2_dc_attach_dmabuf,
Dvideobuf2-core.c605 if (!(q->io_modes & VB2_DMABUF) || !q->mem_ops->attach_dmabuf || in __verify_dmabuf_ops()
1162 mem_priv = call_ptr_memop(vb, attach_dmabuf, in __prepare_dmabuf()