Searched defs:dma_buf_ops (Results 1 – 1 of 1) sorted by relevance
122698 struct dma_buf_ops { struct122699 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