Searched refs:thermal_cruise (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/hwmon/ |
H A D | w83792d.rst | 145 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance 147 remains below the thermal_cruise# +- tolerance# value. Once the temperature 192 thermal_cruise[1-3]
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775.h | 9 enum pwm_enable { off, manual, thermal_cruise, speed_cruise, sf3, sf4 }; enumerator
|
H A D | w83792d.c | 280 u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */ member 757 return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]); in show_thermal_cruise() 781 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise() 783 (data->thermal_cruise[nr]) | target_mask); in store_thermal_cruise() 1556 data->thermal_cruise[i] = in w83792d_update_device()
|
H A D | nct6775-core.c | 1498 data->pwm_enable[i] == thermal_cruise) in nct6775_update_pwm_limits() 2641 case thermal_cruise: in pwm_update_registers()
|
H A D | w83793.c | 1070 SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR, \
|
H A D | w83795.c | 1705 SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO, \
|