dma_buf_export — Creates a new dma_buf, and associates an anon file with this buffer, so it can be exported. Also connect the allocator specific data and ops to the buffer. Additionally, provide a name string for exporter; useful in debugging.
struct dma_buf * dma_buf_export ( | const struct dma_buf_export_info * exp_info) ; |