Searched defs:dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance
598 struct dma_buf_attachment { struct599 struct dma_buf *dmabuf;600 struct device *dev;601 struct list_head node;602 struct sg_table *sgt;603 enum dma_data_direction dir;604 bool peer2peer;605 const struct dma_buf_attach_ops *importer_ops;606 void *importer_priv;607 void *priv;[all …]