Searched refs:amdgpu_dpm_set_fan_speed_rpm (Results 1 – 3 of 3) sorted by relevance
499 int amdgpu_dpm_set_fan_speed_rpm(struct amdgpu_device *adev,
2611 err = amdgpu_dpm_set_fan_speed_rpm(adev, value); in amdgpu_hwmon_set_fan1_target()3289 (amdgpu_dpm_set_fan_speed_rpm(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()3295 if ((amdgpu_dpm_set_fan_speed_rpm(adev, U32_MAX) == -EOPNOTSUPP) && in hwmon_attributes_visible()
1294 int amdgpu_dpm_set_fan_speed_rpm(struct amdgpu_device *adev, in amdgpu_dpm_set_fan_speed_rpm() function