Lines Matching refs:attr_get
72 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST) * 1000); in nouveau_hwmon_temp1_auto_point1_temp()
105 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_FAN_BOOST_HYST) * 1000); in nouveau_hwmon_temp1_auto_point1_temp_hyst()
137 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK) * 1000); in nouveau_hwmon_max_temp()
168 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_DOWN_CLK_HYST) * 1000); in nouveau_hwmon_max_temp_hyst()
200 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_CRITICAL) * 1000); in nouveau_hwmon_critical_temp()
233 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_CRITICAL_HYST) * 1000); in nouveau_hwmon_critical_temp_hyst()
266 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_SHUTDOWN) * 1000); in nouveau_hwmon_emergency_temp()
299 therm->attr_get(therm, NVKM_THERM_ATTR_THRS_SHUTDOWN_HYST) * 1000); in nouveau_hwmon_emergency_temp_hyst()
365 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MODE); in nouveau_hwmon_get_pwm1_enable()
444 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MIN_DUTY); in nouveau_hwmon_get_pwm1_min()
484 ret = therm->attr_get(therm, NVKM_THERM_ATTR_FAN_MAX_DUTY); in nouveau_hwmon_get_pwm1_max()
574 if (!therm || !therm->attr_get || !therm->attr_set) in nouveau_hwmon_init()