thermal_cruise   1712 drivers/hwmon/nct6775.c 		    data->pwm_enable[i] == thermal_cruise)
thermal_cruise   2669 drivers/hwmon/nct6775.c 	case thermal_cruise:
thermal_cruise    283 drivers/hwmon/w83792d.c 	u8 thermal_cruise[3];	/* Smart FanI: Fan1,2,3 target value */
thermal_cruise    761 drivers/hwmon/w83792d.c 	return sprintf(buf, "%ld\n", (long)data->thermal_cruise[nr-1]);
thermal_cruise    785 drivers/hwmon/w83792d.c 	data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255);
thermal_cruise    787 drivers/hwmon/w83792d.c 		(data->thermal_cruise[nr]) | target_mask);
thermal_cruise   1565 drivers/hwmon/w83792d.c 			data->thermal_cruise[i] =
thermal_cruise   1072 drivers/hwmon/w83793.c 	SENSOR_ATTR_2(thermal_cruise##index, S_IRUGO | S_IWUSR,		\
thermal_cruise   1705 drivers/hwmon/w83795.c 	SENSOR_ATTR_2(thermal_cruise##index, S_IWUSR | S_IRUGO,		\