Searched defs:dma_buf_ops (Results 1 – 2 of 2) sorted by relevance
74 struct dma_buf_ops { struct75 int (*attach)(struct dma_buf *, struct device *,78 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);84 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *,86 void (*unmap_dma_buf)(struct dma_buf_attachment *,116 * @ops: dma_buf_ops associated with this buffer object. argument
1092 static struct dma_buf_ops dma_buf_ops = { variable