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