Searched defs:dma_buf_ops (Results 1 – 1 of 1) sorted by relevance
68605 struct dma_buf_ops { struct68606 bool cache_sgt_mapping;68607 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);68608 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);68609 int (*pin)(struct dma_buf_attachment *);68633 const struct dma_buf_ops *ops; argument