Lines Matching defs:dma_buf_attachment
598 struct dma_buf_attachment { struct
599 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;
608 unsigned long dma_map_attrs;