ring_destroy       90 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h 	int (*ring_destroy)(struct psp_context *psp,
ring_destroy      223 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type)))
ring_destroy      373 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c 	.ring_destroy = psp_v10_0_ring_destroy,
ring_destroy      907 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 	.ring_destroy = psp_v11_0_ring_destroy,
ring_destroy      556 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c 	.ring_destroy = psp_v12_0_ring_destroy,
ring_destroy      651 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c 	.ring_destroy = psp_v3_1_ring_destroy,
ring_destroy     2199 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	engine->destroy = ring_destroy;