Home
last modified time | relevance | path

Searched refs:dmabuf (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddma-buf.h212 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);
[all …]
/include/uapi/linux/
Dfd.h232 char *dmabuf; member