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 *,
492 void (*move_notify)(struct dma_buf_attachment *attach);
517 struct dma_buf_attachment { struct
599 dma_buf_attachment_is_dynamic(struct dma_buf_attachment *attach) in dma_buf_attachment_is_dynamic()
604 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
606 struct dma_buf_attachment *
611 struct dma_buf_attachment *attach);
612 int dma_buf_pin(struct dma_buf_attachment *attach);
613 void dma_buf_unpin(struct dma_buf_attachment *attach);
621 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
623 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,