reset_method      556 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	enum amd_reset_method (*reset_method)(struct amdgpu_device *adev);
reset_method     1137 drivers/gpu/drm/amd/amdgpu/amdgpu.h #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
reset_method     1832 drivers/gpu/drm/amd/amdgpu/cik.c 	.reset_method = &cik_asic_reset_method,
reset_method      570 drivers/gpu/drm/amd/amdgpu/nv.c 	.reset_method = &nv_asic_reset_method,
reset_method     1403 drivers/gpu/drm/amd/amdgpu/si.c 	.reset_method = &si_asic_reset_method,
reset_method      969 drivers/gpu/drm/amd/amdgpu/soc15.c 	.reset_method = &soc15_asic_reset_method,
reset_method     1002 drivers/gpu/drm/amd/amdgpu/soc15.c 	.reset_method = &soc15_asic_reset_method
reset_method     1032 drivers/gpu/drm/amd/amdgpu/vi.c 	.reset_method = &vi_asic_reset_method,
reset_method     1899 drivers/net/ethernet/sfc/falcon/falcon.c 	enum reset_type reset_method = RESET_TYPE_INVISIBLE;
reset_method     1914 drivers/net/ethernet/sfc/falcon/falcon.c 	ef4_reset_down(efx, reset_method);
reset_method     1921 drivers/net/ethernet/sfc/falcon/falcon.c 	rc = falcon_reset_hw(efx, reset_method);
reset_method     1922 drivers/net/ethernet/sfc/falcon/falcon.c 	rc2 = ef4_reset_up(efx, reset_method, rc == 0);
reset_method       98 drivers/net/ethernet/sfc/siena.c 	enum reset_type reset_method = RESET_TYPE_ALL;
reset_method      101 drivers/net/ethernet/sfc/siena.c 	efx_reset_down(efx, reset_method);
reset_method      106 drivers/net/ethernet/sfc/siena.c 	rc = efx_mcdi_reset(efx, reset_method);
reset_method      115 drivers/net/ethernet/sfc/siena.c 	rc = efx_mcdi_reset(efx, reset_method);
reset_method      117 drivers/net/ethernet/sfc/siena.c 	rc2 = efx_reset_up(efx, reset_method, rc == 0);