Symbol: dma_buf_ops
drivers/accel/amdxdna/amdxdna_gem.c
382
static const struct dma_buf_ops amdxdna_dmabuf_ops = {
drivers/accel/amdxdna/amdxdna_ubuf.c
126
static const struct dma_buf_ops amdxdna_ubuf_dmabuf_ops = {
drivers/accel/habanalabs/common/memory.c
1851
static const struct dma_buf_ops habanalabs_dmabuf_ops = {
drivers/accel/ivpu/ivpu_gem_userptr.c
58
static const struct dma_buf_ops ivpu_gem_userptr_dmabuf_ops = {
drivers/dma-buf/heaps/cma_heap.c
282
static const struct dma_buf_ops cma_heap_buf_ops = {
drivers/dma-buf/heaps/system_heap.c
305
static const struct dma_buf_ops system_heap_buf_ops = {
drivers/dma-buf/udmabuf.c
277
static const struct dma_buf_ops udmabuf_ops = {
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c
355
const struct dma_buf_ops amdgpu_dmabuf_ops = {
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.h
35
extern const struct dma_buf_ops amdgpu_dmabuf_ops;
drivers/gpu/drm/armada/armada_gem.c
480
static const struct dma_buf_ops armada_gem_prime_dmabuf_ops = {
drivers/gpu/drm/drm_prime.c
827
static const struct dma_buf_ops drm_gem_prime_dmabuf_ops = {
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
203
static const struct dma_buf_ops i915_dmabuf_ops = {
drivers/gpu/drm/i915/gem/selftests/mock_dmabuf.c
90
static const struct dma_buf_ops mock_dmabuf_ops = {
drivers/gpu/drm/msm/msm_gem_prime.c
54
static const struct dma_buf_ops msm_gem_prime_dmabuf_ops = {
drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c
71
static const struct dma_buf_ops omap_dmabuf_ops = {
drivers/gpu/drm/panfrost/panfrost_gem.c
355
static const struct dma_buf_ops panfrost_dma_buf_ops = {
drivers/gpu/drm/panthor/panthor_gem.c
314
static const struct dma_buf_ops panthor_dma_buf_ops = {
drivers/gpu/drm/tegra/gem.c
747
static const struct dma_buf_ops tegra_gem_prime_dmabuf_ops = {
drivers/gpu/drm/vmwgfx/ttm_object.c
423
ttm_object_device_init(const struct dma_buf_ops *ops)
drivers/gpu/drm/vmwgfx/ttm_object.c
95
struct dma_buf_ops ops;
drivers/gpu/drm/vmwgfx/ttm_object.h
270
ttm_object_device_init(const struct dma_buf_ops *ops);
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1100
extern const struct dma_buf_ops vmw_prime_dmabuf_ops;
drivers/gpu/drm/vmwgfx/vmwgfx_prime.c
67
const struct dma_buf_ops vmw_prime_dmabuf_ops = {
drivers/gpu/drm/xe/xe_dma_buf.c
200
static const struct dma_buf_ops xe_dmabuf_ops = {
drivers/infiniband/core/uverbs_std_types_dmabuf.c
79
static const struct dma_buf_ops uverbs_dmabuf_ops = {
drivers/iommu/iommufd/selftest.c
1996
static const struct dma_buf_ops iommufd_test_dmabuf_ops = {
drivers/media/common/videobuf2/videobuf2-dma-contig.c
462
static const struct dma_buf_ops vb2_dc_dmabuf_ops = {
drivers/media/common/videobuf2/videobuf2-dma-sg.c
509
static const struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
drivers/media/common/videobuf2/videobuf2-vmalloc.c
326
static const struct dma_buf_ops vb2_vmalloc_dmabuf_ops = {
drivers/misc/fastrpc.c
764
static const struct dma_buf_ops fastrpc_dma_buf_ops = {
drivers/tee/tee_heap.c
160
static const struct dma_buf_ops tee_heap_buf_ops = {
drivers/vfio/pci/vfio_pci_dmabuf.c
88
static const struct dma_buf_ops vfio_pci_dmabuf_ops = {
drivers/xen/gntdev-dmabuf.c
338
static const struct dma_buf_ops dmabuf_exp_ops = {
include/linux/dma-buf.h
319
const struct dma_buf_ops *ops;
include/linux/dma-buf.h
515
const struct dma_buf_ops *ops;
include/linux/virtio_dma_buf.h
23
struct dma_buf_ops ops;
samples/vfio-mdev/mbochs.c
921
static struct dma_buf_ops mbochs_dmabuf_ops = {
sound/soc/fsl/fsl_asrc_m2m.c
453
static const struct dma_buf_ops fsl_asrc_m2m_dma_buf_ops = {