Searched defs:dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance
508 struct dma_buf_attachment { struct509 struct dma_buf *dmabuf;510 struct device *dev;511 struct list_head node;512 struct sg_table *sgt;513 enum dma_data_direction dir;514 bool peer2peer;515 const struct dma_buf_attach_ops *importer_ops;516 void *importer_priv;517 void *priv;