thermal_cruise
data->pwm_enable[i] == thermal_cruise)
case thermal_cruise:
data->thermal_cruise[i] =
u8 thermal_cruise[3]; /* Smart FanI: Fan1,2,3 target value */
return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]);
data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255);
(data->thermal_cruise[nr]) | target_mask);
SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR, \
SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO, \