Searched refs:dma_buf_export_info (Results 1 – 3 of 3) sorted by relevance
181 struct dma_buf_export_info { struct195 struct dma_buf_export_info a = { .exp_name = KBUILD_MODNAME, \ argument217 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
53 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 - to69 DEFINE_DMA_BUF_EXPORT_INFO macro defines the struct dma_buf_export_info,
284 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()