Searched defs:dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance
513 struct dma_buf_attachment { struct514 struct dma_buf *dmabuf;515 struct device *dev;516 struct list_head node;517 struct sg_table *sgt;518 enum dma_data_direction dir;519 bool peer2peer;520 const struct dma_buf_attach_ops *importer_ops;521 void *importer_priv;522 void *priv;