Lines Matching defs:dma_buf
302 struct dma_buf { struct
314 * See dma_buf_get() and dma_buf_put(). argument
321 * List of dma_buf_attachment that denotes all devices attached, argument
326 /** @ops: dma_buf_ops associated with this buffer object. */ argument
327 const struct dma_buf_ops *ops; argument
341 * Used internally to refcnt the vmaps returned by dma_buf_vmap(). argument
350 struct dma_buf_map vmap_ptr; argument
379 /** @list_node: node for dma_buf accounting and debugging. */ argument
380 struct list_head list_node;
383 void *priv;
431 struct dma_buf_poll_cb_t { argument
444 struct dma_buf_sysfs_entry { argument
446 struct dma_buf *dmabuf; argument
452 * struct dma_buf_attach_ops - importer operations for an attachment argument