temp_tolerance   1189 drivers/hwmon/nct6775.c 	u8 temp_tolerance[2][NUM_FAN];
temp_tolerance   1651 drivers/hwmon/nct6775.c 		if (!data->temp_tolerance[0][i] ||
temp_tolerance   1653 drivers/hwmon/nct6775.c 			data->temp_tolerance[0][i] = fanmodecfg & 0x0f;
temp_tolerance   1665 drivers/hwmon/nct6775.c 		data->temp_tolerance[1][i] =
temp_tolerance   2676 drivers/hwmon/nct6775.c 		  data->temp_tolerance[0][nr];
temp_tolerance   2923 drivers/hwmon/nct6775.c 	return sprintf(buf, "%d\n", data->temp_tolerance[index][nr] * 1000);
temp_tolerance   2945 drivers/hwmon/nct6775.c 	data->temp_tolerance[index][nr] = val;
temp_tolerance    308 drivers/hwmon/w83791d.c 	u8 temp_tolerance[3];	/* pwm 1-3 temperature tolerance */
temp_tolerance    866 drivers/hwmon/w83791d.c 	return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->temp_tolerance[nr]));
temp_tolerance    904 drivers/hwmon/w83791d.c 	data->temp_tolerance[nr] = TOL_TEMP_TO_REG(val);
temp_tolerance    908 drivers/hwmon/w83791d.c 			(data->temp_tolerance[nr] << val_shift) | target_mask);
temp_tolerance   1564 drivers/hwmon/w83791d.c 		data->temp_tolerance[0] = reg_array_tmp[0] & 0x0f;
temp_tolerance   1565 drivers/hwmon/w83791d.c 		data->temp_tolerance[1] = (reg_array_tmp[0] >> 4) & 0x0f;
temp_tolerance   1566 drivers/hwmon/w83791d.c 		data->temp_tolerance[2] = reg_array_tmp[1] & 0x0f;