Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h122698 struct dma_buf_ops { struct
122699 bool cache_sgt_mapping;
122700 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);
122701 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);
122702 int (*pin)(struct dma_buf_attachment *);
122726 const struct dma_buf_ops *ops; argument