Searched defs:dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance
493 struct dma_buf_attachment { struct494 struct dma_buf *dmabuf;495 struct device *dev;496 struct list_head node;497 struct sg_table *sgt;498 enum dma_data_direction dir;499 bool peer2peer;500 const struct dma_buf_attach_ops *importer_ops;501 void *importer_priv;502 void *priv;[all …]