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);
451 struct dma_buf *dmabuf; member
514 struct dma_buf *dmabuf; member
568 static inline void get_dma_buf(struct dma_buf *dmabuf) in get_dma_buf() argument
570 get_file(dmabuf->file); in get_dma_buf()
581 static inline bool dma_buf_is_dynamic(struct dma_buf *dmabuf) in dma_buf_is_dynamic() argument
583 return !!dmabuf->ops->pin; in dma_buf_is_dynamic()
600 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
603 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev,
606 void dma_buf_detach(struct dma_buf *dmabuf,
613 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
615 void dma_buf_put(struct dma_buf *dmabuf);
635 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map);
636 void dma_buf_vunmap(struct dma_buf *dmabuf, struct iosys_map *map);
637 int dma_buf_vmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map);
638 void dma_buf_vunmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map);