Lines Matching refs:kstrtol
84 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_temp1_auto_point1_temp()
117 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_temp1_auto_point1_temp_hyst()
148 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_max_temp()
179 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_max_temp_hyst()
212 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_critical_temp()
246 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_critical_temp_hyst()
278 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_emergency_temp()
312 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_emergency_temp_hyst()
382 ret = kstrtol(buf, 10, &value); in nouveau_hwmon_set_pwm1_enable()
421 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_pwm1()
461 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_pwm1_min()
501 if (kstrtol(buf, 10, &value) == -EINVAL) in nouveau_hwmon_set_pwm1_max()