Home
last modified time | relevance | path

Searched defs:dma_buf_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Ddma-buf.h74 struct dma_buf_ops { struct
75 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
/linux-4.4.14/drivers/staging/android/ion/
Dion.c1092 static struct dma_buf_ops dma_buf_ops = { variable