post_soft_reset  3371 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		    adev->ip_blocks[i].version->funcs->post_soft_reset)
post_soft_reset  3372 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			r = adev->ip_blocks[i].version->funcs->post_soft_reset(adev);
post_soft_reset  6927 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.post_soft_reset = gfx_v8_0_post_soft_reset,
post_soft_reset  1703 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 	.post_soft_reset = gmc_v8_0_post_soft_reset,
post_soft_reset  1566 drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c 	.post_soft_reset = sdma_v3_0_post_soft_reset,
post_soft_reset   466 drivers/gpu/drm/amd/amdgpu/tonga_ih.c 	.post_soft_reset = tonga_ih_post_soft_reset,
post_soft_reset  1509 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c 	.post_soft_reset = uvd_v6_0_post_soft_reset,
post_soft_reset  1767 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c 	.post_soft_reset = NULL /* uvd_v7_0_post_soft_reset */,
post_soft_reset   886 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c 	.post_soft_reset = vce_v3_0_post_soft_reset,
post_soft_reset  1062 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c 	.post_soft_reset = NULL /* vce_v4_0_post_soft_reset */,
post_soft_reset  2193 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c 	.post_soft_reset = NULL /* vcn_v1_0_post_soft_reset */,
post_soft_reset  2166 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c 	.post_soft_reset = NULL,
post_soft_reset  1400 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c 	.post_soft_reset = NULL,
post_soft_reset   189 drivers/gpu/drm/amd/include/amd_shared.h 	int (*post_soft_reset)(void *handle);