Lines Matching refs:dma_buf_attachment
27 struct dma_buf_attachment;
71 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);
82 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);
100 int (*pin)(struct dma_buf_attachment *attach);
113 void (*unpin)(struct dma_buf_attachment *attach);
154 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *,
164 void (*unmap_dma_buf)(struct dma_buf_attachment *,
364 void (*move_notify)(struct dma_buf_attachment *attach);
389 struct dma_buf_attachment { struct
471 dma_buf_attachment_is_dynamic(struct dma_buf_attachment *attach) in dma_buf_attachment_is_dynamic()
476 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
478 struct dma_buf_attachment *
483 struct dma_buf_attachment *attach);
484 int dma_buf_pin(struct dma_buf_attachment *attach);
485 void dma_buf_unpin(struct dma_buf_attachment *attach);
493 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
495 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,