Lines Matching refs:dmabuf
212 int (*begin_cpu_access_partial)(struct dma_buf *dmabuf,
253 int (*end_cpu_access_partial)(struct dma_buf *dmabuf,
335 int (*get_uuid)(struct dma_buf *dmabuf, uuid_t *uuid);
349 int (*get_flags)(struct dma_buf *dmabuf, unsigned long *flags);
430 struct dma_buf *dmabuf; member
482 static inline void get_dma_buf(struct dma_buf *dmabuf) in get_dma_buf() argument
484 get_file(dmabuf->file); in get_dma_buf()
487 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf,
489 void dma_buf_detach(struct dma_buf *dmabuf,
494 int dma_buf_fd(struct dma_buf *dmabuf, int flags);
496 void dma_buf_put(struct dma_buf *dmabuf);
519 int dma_buf_get_flags(struct dma_buf *dmabuf, unsigned long *flags);
520 int dma_buf_get_uuid(struct dma_buf *dmabuf, uuid_t *uuid);