Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Ddma-buf.h493 struct dma_buf_attachment { struct
494 struct dma_buf *dmabuf;
495 struct device *dev;
496 struct list_head node;
497 struct sg_table *sgt;
498 enum dma_data_direction dir;
499 bool peer2peer;
500 const struct dma_buf_attach_ops *importer_ops;
501 void *importer_priv;
502 void *priv;
[all …]