Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddma-buf.h414 struct dma_buf_export_info { struct
432 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
487 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
Dvirtio_dma_buf.h33 (const struct dma_buf_export_info *exp_info);
/Linux-v5.10/include/drm/
Ddrm_prime.h54 struct dma_buf_export_info;
66 struct dma_buf_export_info *exp_info);
/Linux-v5.10/drivers/virtio/
Dvirtio_dma_buf.c21 (const struct dma_buf_export_info *exp_info) in virtio_dma_buf_export()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_prime.c241 struct dma_buf_export_info *exp_info) in drm_gem_dmabuf_export()
878 struct dma_buf_export_info exp_info = { in drm_gem_prime_export()
/Linux-v5.10/drivers/dma-buf/
Ddma-buf.c506 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()