Lines Matching refs:kstrtoul
1546 err = kstrtoul(buf, 10, &val); in store_in_reg()
1627 err = kstrtoul(buf, 10, &val); in store_beep()
1676 err = kstrtoul(buf, 10, &val); in store_temp_beep()
1786 err = kstrtoul(buf, 10, &val); in store_fan_min()
1889 err = kstrtoul(buf, 10, &val); in store_fan_pulses()
2060 err = kstrtoul(buf, 10, &val); in store_temp_type()
2191 err = kstrtoul(buf, 10, &val); in store_pwm_mode()
2252 err = kstrtoul(buf, 10, &val); in store_pwm()
2351 err = kstrtoul(buf, 10, &val); in store_pwm_enable()
2422 err = kstrtoul(buf, 10, &val); in store_pwm_temp_sel()
2464 err = kstrtoul(buf, 10, &val); in store_pwm_weight_temp_sel()
2511 err = kstrtoul(buf, 10, &val); in store_target_temp()
2548 err = kstrtoul(buf, 10, &val); in store_target_speed()
2585 err = kstrtoul(buf, 10, &val); in store_temp_tolerance()
2644 err = kstrtoul(buf, 10, &val); in store_speed_tolerance()
2708 err = kstrtoul(buf, 10, &val); in store_weight_temp()
2758 err = kstrtoul(buf, 10, &val); in store_fan_time()
2791 err = kstrtoul(buf, 10, &val); in store_auto_pwm()
2873 err = kstrtoul(buf, 10, &val); in store_auto_temp()
3054 if (kstrtoul(buf, 10, &val) || val != 0) in clear_caseopen()