Lines Matching refs:temp
157 * Limit (low) temp, 1. degC
160 * Critical (high) temp, 1. degC
165 * PWM value at limit/low temp, 1 count
170 * Some chips filter the temp, others the fan.
217 * 23 -- PWM responds to the higher temp of Zone 2 or 3
265 s8 limit; /* Low temp limit */
268 s8 critical; /* "All fans ON" temp limit */
304 s8 temp[3]; /* Register value */
420 data->temp[i] =
426 data->temp[i] -= 64;
940 return sprintf(buf, "%d\n", TEMPEXT_FROM_REG(data->temp[nr],
1008 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0);
1011 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1);
1014 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2);