Lines Matching refs:dmabuf
286 int (*vmap)(struct dma_buf *dmabuf, struct dma_buf_map *map);
287 void (*vunmap)(struct dma_buf *dmabuf, struct dma_buf_map *map);
446 struct dma_buf *dmabuf; member
509 struct dma_buf *dmabuf; member
563 static inline void get_dma_buf(struct dma_buf *dmabuf) in get_dma_buf() argument
565 get_file(dmabuf->file); in get_dma_buf()
576 static inline bool dma_buf_is_dynamic(struct dma_buf *dmabuf) in dma_buf_is_dynamic() argument
578 return !!dmabuf->ops->pin; in dma_buf_is_dynamic()
595 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
598 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev,
601 void dma_buf_detach(struct dma_buf *dmabuf,
608 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
610 void dma_buf_put(struct dma_buf *dmabuf);
624 int dma_buf_vmap(struct dma_buf *dmabuf, struct dma_buf_map *map);
625 void dma_buf_vunmap(struct dma_buf *dmabuf, struct dma_buf_map *map);