Lines Matching defs:dma_buf_attachment
604 struct dma_buf_attachment { struct
605 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;
614 unsigned long dma_map_attrs;