Home
last modified time | relevance | path

Searched refs:reset_method (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dsiena.c101 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip() local
104 efx_reset_down(efx, reset_method); in siena_test_chip()
109 rc = efx_mcdi_reset(efx, reset_method); in siena_test_chip()
118 rc = efx_mcdi_reset(efx, reset_method); in siena_test_chip()
120 rc2 = efx_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c1899 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip() local
1914 ef4_reset_down(efx, reset_method); in falcon_b0_test_chip()
1921 rc = falcon_reset_hw(efx, reset_method); in falcon_b0_test_chip()
1922 rc2 = ef4_reset_up(efx, reset_method, rc == 0); in falcon_b0_test_chip()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h595 enum amd_reset_method (*reset_method)(struct amdgpu_device *adev); member
1149 #define amdgpu_asic_reset_method(adev) (adev)->asic_funcs->reset_method((adev))
H A Damdgpu_drv.c789 MODULE_PARM_DESC(reset_method, "GPU reset method (-1 = auto (default), 0 = legacy, 1 = mode0, 2 = m…
790 module_param_named(reset_method, amdgpu_reset_method, int, 0444);
H A Dsoc15.c1010 .reset_method = &soc15_asic_reset_method,
1033 .reset_method = &soc15_asic_reset_method,
H A Damdgpu_device.c4450 enum amd_reset_method reset_method; in amdgpu_device_suspend_display_audio() local
4458 reset_method = amdgpu_asic_reset_method(adev); in amdgpu_device_suspend_display_audio()
4459 if ((reset_method != AMD_RESET_METHOD_BACO) && in amdgpu_device_suspend_display_audio()
4460 (reset_method != AMD_RESET_METHOD_MODE1)) in amdgpu_device_suspend_display_audio()
H A Dnv.c682 .reset_method = &nv_asic_reset_method,
H A Dvi.c1081 .reset_method = &vi_asic_reset_method,
H A Dcik.c1936 .reset_method = &cik_asic_reset_method,
H A Dsi.c1884 .reset_method = &si_asic_reset_method,