Home
last modified time | relevance | path

Searched refs:dma_buf_export (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Ddma-buf.h66 struct dma_buf *dma_buf_export(const struct dma_buf_export_info *);
/openbsd/sys/dev/pci/drm/i915/gem/selftests/
H A Dmock_dmabuf.c122 dmabuf = dma_buf_export(&exp_info); in mock_dmabuf()
/openbsd/sys/dev/pci/drm/
H A Ddrm_prime.c248 dma_buf = dma_buf_export(exp_info); in drm_gem_dmabuf_export()
H A Ddrm_linux.c2562 dma_buf_export(const struct dma_buf_export_info *info) in dma_buf_export() function