Lines Matching refs:attr_set
87 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_FAN_BOOST, in nouveau_hwmon_set_temp1_auto_point1_temp()
120 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_FAN_BOOST_HYST, in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
151 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_DOWN_CLK, value / 1000); in nouveau_hwmon_set_max_temp()
182 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_DOWN_CLK_HYST, in nouveau_hwmon_set_max_temp_hyst()
215 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_CRITICAL, value / 1000); in nouveau_hwmon_set_critical_temp()
249 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_CRITICAL_HYST, in nouveau_hwmon_set_critical_temp_hyst()
281 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_SHUTDOWN, value / 1000); in nouveau_hwmon_set_emergency_temp()
315 therm->attr_set(therm, NOUVEAU_THERM_ATTR_THRS_SHUTDOWN_HYST, in nouveau_hwmon_set_emergency_temp_hyst()
386 ret = therm->attr_set(therm, NOUVEAU_THERM_ATTR_FAN_MODE, value); in nouveau_hwmon_set_pwm1_enable()
464 ret = therm->attr_set(therm, NOUVEAU_THERM_ATTR_FAN_MIN_DUTY, value); in nouveau_hwmon_set_pwm1_min()
504 ret = therm->attr_set(therm, NOUVEAU_THERM_ATTR_FAN_MAX_DUTY, value); in nouveau_hwmon_set_pwm1_max()
574 if (!therm || !therm->temp_get || !therm->attr_get || !therm->attr_set) in nouveau_hwmon_init()