dma_fence_ops     122 drivers/dma-buf/dma-fence-array.c const struct dma_fence_ops dma_fence_array_ops = {
dma_fence_ops     209 drivers/dma-buf/dma-fence-chain.c const struct dma_fence_ops dma_fence_chain_ops = {
dma_fence_ops      72 drivers/dma-buf/dma-fence.c static const struct dma_fence_ops dma_fence_stub_ops = {
dma_fence_ops     646 drivers/dma-buf/dma-fence.c dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops,
dma_fence_ops      63 drivers/dma-buf/seqno-fence.c const struct dma_fence_ops seqno_fence_ops = {
dma_fence_ops      76 drivers/dma-buf/st-dma-fence.c static const struct dma_fence_ops mock_ops = {
dma_fence_ops      62 drivers/dma-buf/sw_sync.c static const struct dma_fence_ops timeline_fence_ops;
dma_fence_ops     174 drivers/dma-buf/sw_sync.c static const struct dma_fence_ops timeline_fence_ops = {
dma_fence_ops      32 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c static const struct dma_fence_ops amdkfd_fence_ops;
dma_fence_ops     172 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c static const struct dma_fence_ops amdkfd_fence_ops = {
dma_fence_ops      79 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c static const struct dma_fence_ops amdgpu_fence_ops;
dma_fence_ops     686 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c static const struct dma_fence_ops amdgpu_fence_ops = {
dma_fence_ops     166 drivers/gpu/drm/drm_crtc.c static const struct dma_fence_ops drm_crtc_fence_ops;
dma_fence_ops     188 drivers/gpu/drm/drm_crtc.c static const struct dma_fence_ops drm_crtc_fence_ops = {
dma_fence_ops     107 drivers/gpu/drm/drm_writeback.c static const struct dma_fence_ops drm_writeback_fence_ops = {
dma_fence_ops    1040 drivers/gpu/drm/etnaviv/etnaviv_gpu.c static const struct dma_fence_ops etnaviv_fence_ops = {
dma_fence_ops     126 drivers/gpu/drm/i915/gem/i915_gem_client_blt.c static const struct dma_fence_ops clear_pages_work_ops = {
dma_fence_ops      53 drivers/gpu/drm/i915/gem/i915_gem_fence.c static const struct dma_fence_ops stub_fence_ops = {
dma_fence_ops     114 drivers/gpu/drm/i915/i915_request.c const struct dma_fence_ops i915_fence_ops = {
dma_fence_ops     240 drivers/gpu/drm/i915/i915_request.h extern const struct dma_fence_ops i915_fence_ops;
dma_fence_ops     527 drivers/gpu/drm/i915/i915_sw_fence.c 				    const struct dma_fence_ops *exclude,
dma_fence_ops      87 drivers/gpu/drm/i915/i915_sw_fence.h 				    const struct dma_fence_ops *exclude,
dma_fence_ops      72 drivers/gpu/drm/i915/i915_sw_fence_work.c static const struct dma_fence_ops fence_ops = {
dma_fence_ops     621 drivers/gpu/drm/i915/selftests/i915_sw_fence.c static const struct dma_fence_ops mock_fence_ops = {
dma_fence_ops      77 drivers/gpu/drm/lima/lima_sched.c static const struct dma_fence_ops lima_fence_ops = {
dma_fence_ops     117 drivers/gpu/drm/msm/msm_fence.c static const struct dma_fence_ops msm_fence_ops = {
dma_fence_ops      40 drivers/gpu/drm/nouveau/nouveau_fence.c static const struct dma_fence_ops nouveau_fence_ops_uevent;
dma_fence_ops      41 drivers/gpu/drm/nouveau/nouveau_fence.c static const struct dma_fence_ops nouveau_fence_ops_legacy;
dma_fence_ops     496 drivers/gpu/drm/nouveau/nouveau_fence.c static const struct dma_fence_ops nouveau_fence_ops_legacy = {
dma_fence_ops     523 drivers/gpu/drm/nouveau/nouveau_fence.c static const struct dma_fence_ops nouveau_fence_ops_uevent = {
dma_fence_ops      79 drivers/gpu/drm/panfrost/panfrost_job.c static const struct dma_fence_ops panfrost_fence_ops = {
dma_fence_ops     117 drivers/gpu/drm/qxl/qxl_release.c static const struct dma_fence_ops qxl_fence_ops = {
dma_fence_ops    2493 drivers/gpu/drm/radeon/radeon.h extern const struct dma_fence_ops radeon_fence_ops;
dma_fence_ops    1121 drivers/gpu/drm/radeon/radeon_fence.c const struct dma_fence_ops radeon_fence_ops = {
dma_fence_ops     131 drivers/gpu/drm/scheduler/sched_fence.c const struct dma_fence_ops drm_sched_fence_ops_scheduled = {
dma_fence_ops     137 drivers/gpu/drm/scheduler/sched_fence.c const struct dma_fence_ops drm_sched_fence_ops_finished = {
dma_fence_ops     307 drivers/gpu/drm/v3d/v3d_drv.h extern const struct dma_fence_ops v3d_fence_ops;
dma_fence_ops      46 drivers/gpu/drm/v3d/v3d_fence.c const struct dma_fence_ops v3d_fence_ops = {
dma_fence_ops     791 drivers/gpu/drm/vc4/vc4_drv.h extern const struct dma_fence_ops vc4_fence_ops;
dma_fence_ops      44 drivers/gpu/drm/vc4/vc4_fence.c const struct dma_fence_ops vc4_fence_ops = {
dma_fence_ops      68 drivers/gpu/drm/vgem/vgem_fence.c static const struct dma_fence_ops vgem_fence_ops = {
dma_fence_ops      61 drivers/gpu/drm/virtio/virtgpu_fence.c static const struct dma_fence_ops virtio_fence_ops = {
dma_fence_ops     245 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c static const struct dma_fence_ops vmw_fence_ops = {
dma_fence_ops      45 drivers/misc/habanalabs/command_submission.c static const struct dma_fence_ops hl_fence_ops = {
dma_fence_ops      48 include/linux/dma-fence-array.h extern const struct dma_fence_ops dma_fence_array_ops;
dma_fence_ops      36 include/linux/dma-fence-chain.h extern const struct dma_fence_ops dma_fence_chain_ops;
dma_fence_ops      26 include/linux/dma-fence.h struct dma_fence_ops;
dma_fence_ops      67 include/linux/dma-fence.h 	const struct dma_fence_ops *ops;
dma_fence_ops     266 include/linux/dma-fence.h void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops,
dma_fence_ops     439 include/linux/dma-fence.h 					const struct dma_fence_ops *ops)
dma_fence_ops      26 include/linux/seqno-fence.h 	const struct dma_fence_ops *ops;
dma_fence_ops      32 include/linux/seqno-fence.h extern const struct dma_fence_ops seqno_fence_ops;
dma_fence_ops      91 include/linux/seqno-fence.h 		 const struct dma_fence_ops *ops)