Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/hwmon/
Dw83792d129 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance
131 remains below the thermal_cruise# +- tolerance# value. Once the temperature
170 thermal_cruise[1-3] - Selects the desired temperature for cruise (degC)
/linux-4.1.27/drivers/hwmon/
Dw83792d.c299 u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */ member
777 return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]); in show_thermal_cruise()
801 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise()
803 (data->thermal_cruise[nr]) | target_mask); in store_thermal_cruise()
1581 data->thermal_cruise[i] = in w83792d_update_device()
Dnct6775.c109 enum pwm_enable { off, manual, thermal_cruise, speed_cruise, sf3, sf4 }; enumerator
1376 data->pwm_enable[i] == thermal_cruise) in nct6775_update_pwm_limits()
2318 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, \