Searched refs:amdgpu_dpm_set_fan_control_mode (Results 1 – 3 of 3) sorted by relevance
507 int amdgpu_dpm_set_fan_control_mode(struct amdgpu_device *adev,
2415 ret = amdgpu_dpm_set_fan_control_mode(adev, value); in amdgpu_hwmon_set_pwm1_enable()2717 err = amdgpu_dpm_set_fan_control_mode(adev, pwm_mode); in amdgpu_hwmon_set_fan1_enable()3253 ((amdgpu_dpm_set_fan_control_mode(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()
1359 int amdgpu_dpm_set_fan_control_mode(struct amdgpu_device *adev, in amdgpu_dpm_set_fan_control_mode() function