Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Ddma-buf.h511 struct dma_buf_attachment { struct
512 struct dma_buf *dmabuf;
513 struct device *dev;
514 struct list_head node;
515 struct sg_table *sgt;
516 enum dma_data_direction dir;
517 bool peer2peer;
518 const struct dma_buf_attach_ops *importer_ops;
519 void *importer_priv;
520 void *priv;