Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Ddma-buf.h517 struct dma_buf_attachment { struct
518 struct dma_buf *dmabuf;
519 struct device *dev;
520 struct list_head node;
521 struct sg_table *sgt;
522 enum dma_data_direction dir;
523 bool peer2peer;
524 const struct dma_buf_attach_ops *importer_ops;
525 void *importer_priv;
526 void *priv;