Searched refs:thermal_cruise (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/hwmon/ |
D | w83792d | 137 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance 139 remains below the thermal_cruise# +- tolerance# value. Once the temperature 178 thermal_cruise[1-3] - Selects the desired temperature for cruise (degC)
|
/Linux-v4.19/drivers/hwmon/ |
D | w83792d.c | 296 u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */ member 774 return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]); in show_thermal_cruise() 798 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise() 800 (data->thermal_cruise[nr]) | target_mask); in store_thermal_cruise() 1592 data->thermal_cruise[i] = in w83792d_update_device()
|
D | nct6775.c | 134 enum pwm_enable { off, manual, thermal_cruise, speed_cruise, sf3, sf4 }; enumerator 1605 data->pwm_enable[i] == thermal_cruise) in nct6775_update_pwm_limits() 2559 case thermal_cruise: in pwm_update_registers()
|
D | w83793.c | 1085 SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR, \
|
D | w83795.c | 1718 SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO, \
|