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 *);
101 int (*pin)(struct dma_buf_attachment *attach);
114 void (*unpin)(struct dma_buf_attachment *attach);
155 struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *,
165 void (*unmap_dma_buf)(struct dma_buf_attachment *,
484 void (*move_notify)(struct dma_buf_attachment *attach);
511 struct dma_buf_attachment { struct
600 dma_buf_attachment_is_dynamic(struct dma_buf_attachment *attach) in dma_buf_attachment_is_dynamic()
608 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
610 struct dma_buf_attachment *
615 struct dma_buf_attachment *attach);
616 int dma_buf_pin(struct dma_buf_attachment *attach);
617 void dma_buf_unpin(struct dma_buf_attachment *attach);
625 struct sg_table *dma_buf_map_attachment(struct dma_buf_attachment *,
627 void dma_buf_unmap_attachment(struct dma_buf_attachment *, struct sg_table *,