Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-buf.h508 struct dma_buf_export_info { struct
526 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
567 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info);
H A Dvirtio_dma_buf.h33 (const struct dma_buf_export_info *exp_info);
/linux/drivers/virtio/
H A Dvirtio_dma_buf.c21 (const struct dma_buf_export_info *exp_info) in virtio_dma_buf_export()
/linux/drivers/accel/ivpu/
H A Divpu_gem_userptr.c68 struct dma_buf_export_info exp_info = {}; in ivpu_create_userptr_dmabuf()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c331 struct dma_buf_export_info exp_info = { in panthor_gem_prime_export()
/linux/drivers/dma-buf/
H A Ddma-buf.c708 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *exp_info) in dma_buf_export()