Lines Matching refs:dma_buf_attachment
28 struct dma_buf_attachment;
72 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);
83 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);
109 int (*pin)(struct dma_buf_attachment *attach);
122 void (*unpin)(struct dma_buf_attachment *attach);
179 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *,
189 void (*unmap_dma_buf)(struct dma_buf_attachment *,
483 void (*move_notify)(struct dma_buf_attachment *attach);
508 struct dma_buf_attachment { struct
590 dma_buf_attachment_is_dynamic(struct dma_buf_attachment *attach) in dma_buf_attachment_is_dynamic()
595 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
597 struct dma_buf_attachment *
602 struct dma_buf_attachment *attach);
603 int dma_buf_pin(struct dma_buf_attachment *attach);
604 void dma_buf_unpin(struct dma_buf_attachment *attach);
612 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
614 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,
622 dma_buf_map_attachment_unlocked(struct dma_buf_attachment *attach,
624 void dma_buf_unmap_attachment_unlocked(struct dma_buf_attachment *attach,