Lines Matching refs:kstrtoul
1639 err = kstrtoul(buf, 10, &val); in store_in_reg()
1720 err = kstrtoul(buf, 10, &val); in store_beep()
1769 err = kstrtoul(buf, 10, &val); in store_temp_beep()
1879 err = kstrtoul(buf, 10, &val); in store_fan_min()
1982 err = kstrtoul(buf, 10, &val); in store_fan_pulses()
2153 err = kstrtoul(buf, 10, &val); in store_temp_type()
2284 err = kstrtoul(buf, 10, &val); in store_pwm_mode()
2345 err = kstrtoul(buf, 10, &val); in store_pwm()
2444 err = kstrtoul(buf, 10, &val); in store_pwm_enable()
2515 err = kstrtoul(buf, 10, &val); in store_pwm_temp_sel()
2557 err = kstrtoul(buf, 10, &val); in store_pwm_weight_temp_sel()
2604 err = kstrtoul(buf, 10, &val); in store_target_temp()
2641 err = kstrtoul(buf, 10, &val); in store_target_speed()
2678 err = kstrtoul(buf, 10, &val); in store_temp_tolerance()
2737 err = kstrtoul(buf, 10, &val); in store_speed_tolerance()
2801 err = kstrtoul(buf, 10, &val); in store_weight_temp()
2851 err = kstrtoul(buf, 10, &val); in store_fan_time()
2884 err = kstrtoul(buf, 10, &val); in store_auto_pwm()
2967 err = kstrtoul(buf, 10, &val); in store_auto_temp()
3148 if (kstrtoul(buf, 10, &val) || val != 0) in clear_caseopen()