Lines Matching refs:dmabuf
286 int (*vmap)(struct dma_buf *dmabuf, struct iosys_map *map);
287 void (*vunmap)(struct dma_buf *dmabuf, struct iosys_map *map);
455 struct dma_buf *dmabuf; member
518 struct dma_buf *dmabuf; member
572 static inline void get_dma_buf(struct dma_buf *dmabuf) in get_dma_buf() argument
574 get_file(dmabuf->file); in get_dma_buf()
585 static inline bool dma_buf_is_dynamic(struct dma_buf *dmabuf) in dma_buf_is_dynamic() argument
587 return !!dmabuf->ops->pin; in dma_buf_is_dynamic()
604 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
607 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev,
610 void dma_buf_detach(struct dma_buf *dmabuf,
617 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
619 void dma_buf_put(struct dma_buf *dmabuf);
633 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map);
634 void dma_buf_vunmap(struct dma_buf *dmabuf, struct iosys_map *map);