Home
last modified time | relevance | path

Searched refs:dma_buf_export_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Ddma-buf.h181 struct dma_buf_export_info { struct
195 struct dma_buf_export_info a = { .exp_name = KBUILD_MODNAME, \ argument
217 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt53 dma_buf_export_info, defined via the DEFINE_DMA_BUF_EXPORT_INFO macro.
57 struct dma_buf *dma_buf_export(struct dma_buf_export_info *exp_info)
64 'exp_name' in struct dma_buf_export_info is the name of exporter - to
69 DEFINE_DMA_BUF_EXPORT_INFO macro defines the struct dma_buf_export_info,
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c284 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()