Home
last modified time | relevance | path

Searched defs:dma_buf_attachment (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Ddma-buf.h598 struct dma_buf_attachment { struct
599 struct dma_buf *dmabuf;
600 struct device *dev;
601 struct list_head node;
602 struct sg_table *sgt;
603 enum dma_data_direction dir;
604 bool peer2peer;
605 const struct dma_buf_attach_ops *importer_ops;
606 void *importer_priv;
607 void *priv;
[all …]