Searched refs:thermal_cruise (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dw83792d.c296 u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */ member in struct:w83792d_data
774 return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]); show_thermal_cruise()
798 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); store_thermal_cruise()
800 (data->thermal_cruise[nr]) | target_mask); store_thermal_cruise()
1598 data->thermal_cruise[i] = w83792d_update_device()
H A Dnct6775.c122 enum pwm_enable { off, manual, thermal_cruise, speed_cruise, sf3, sf4 }; enumerator in enum:pwm_enable
1468 data->pwm_enable[i] == thermal_cruise) nct6775_update_pwm_limits()
2411 case thermal_cruise: pwm_update_registers()
H A Dw83793.c1085 SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR, \
H A Dw83795.c1718 SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO, \

Completed in 137 milliseconds