Searched refs:dmabuf (Results 1 – 3 of 3) sorted by relevance
277 int (*vmap)(struct dma_buf *dmabuf, struct iosys_map *map);278 void (*vunmap)(struct dma_buf *dmabuf, struct iosys_map *map);440 struct dma_buf *dmabuf; member501 struct dma_buf *dmabuf; member553 static inline void get_dma_buf(struct dma_buf *dmabuf) in get_dma_buf() argument555 get_file(dmabuf->file); in get_dma_buf()566 static inline bool dma_buf_is_dynamic(struct dma_buf *dmabuf) in dma_buf_is_dynamic() argument568 return !!dmabuf->ops->pin; in dma_buf_is_dynamic()577 void dma_buf_detach(struct dma_buf *dmabuf,584 int dma_buf_fd(struct dma_buf *dmabuf, int flags);[all …]
41 int isp_user_buffer_alloc(struct device *dev, void *dmabuf,
235 char *dmabuf; member
Completed in 6 milliseconds