Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Ddma-buf.h389 struct dma_buf_attachment { struct
390 struct dma_buf *dmabuf;
391 struct device *dev;
392 struct list_head node;
393 struct sg_table *sgt;
394 enum dma_data_direction dir;
395 bool peer2peer;
396 const struct dma_buf_attach_ops *importer_ops;
397 void *importer_priv;
398 void *priv;