Searched refs:dma_buf_export_info (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dvirtio_dma_buf.h33 (const struct dma_buf_export_info *exp_info);
H A Ddma-buf.h524 * struct dma_buf_export_info - holds information needed to export a dma_buf
536 struct dma_buf_export_info { struct
550 * DEFINE_DMA_BUF_EXPORT_INFO macro defines the &struct dma_buf_export_info,
554 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
609 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
/linux-master/include/drm/
H A Ddrm_prime.h54 struct dma_buf_export_info;
67 struct dma_buf_export_info *exp_info);
/linux-master/drivers/virtio/
H A Dvirtio_dma_buf.c21 (const struct dma_buf_export_info *exp_info)
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c238 * &dma_buf_export_info.priv) which is released by drm_gem_dmabuf_release().
243 struct dma_buf_export_info *exp_info)
882 struct dma_buf_export_info exp_info = {
/linux-master/drivers/dma-buf/
H A Ddma-buf.c597 * by the exporter. see &struct dma_buf_export_info
608 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info)

Completed in 111 milliseconds