Home
last modified time | relevance | path

Searched refs:thermal_cruise (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/hwmon/
Dw83792d137 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/
Dw83792d.c296 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()
Dnct6775.c134 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()
Dw83793.c1085 SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR, \
Dw83795.c1718 SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO, \