Searched refs:amdgpu_dpm_set_fan_speed_pwm (Results 1 – 3 of 3) sorted by relevance
493 int amdgpu_dpm_set_fan_speed_pwm(struct amdgpu_device *adev,
2412 err = amdgpu_dpm_set_fan_speed_pwm(adev, value); in amdgpu_hwmon_set_pwm1()3265 if (((amdgpu_dpm_set_fan_speed_pwm(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()3287 if (((amdgpu_dpm_set_fan_speed_pwm(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()
1243 int amdgpu_dpm_set_fan_speed_pwm(struct amdgpu_device *adev, in amdgpu_dpm_set_fan_speed_pwm() function