Lines Matching defs:dma_buf_attachment
511 struct dma_buf_attachment { struct
512 struct dma_buf *dmabuf;
513 struct device *dev;
514 struct list_head node;
515 struct sg_table *sgt;
516 enum dma_data_direction dir;
517 bool peer2peer;
518 const struct dma_buf_attach_ops *importer_ops;
519 void *importer_priv;
520 void *priv;
521 unsigned long dma_map_attrs;