Searched defs:dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance
604 struct dma_buf_attachment { struct605 struct dma_buf *dmabuf;606 struct device *dev;607 struct list_head node;608 struct sg_table *sgt;609 enum dma_data_direction dir;610 bool peer2peer;611 const struct dma_buf_attach_ops *importer_ops;612 void *importer_priv;613 void *priv;[all …]