Lines Matching defs:temp
250 int temp_start; /* temp numbering start (0 or 1) */
271 u16 temp[4];
463 data->temp[nr] = f71882fg_read_temp(data, nr);
527 int sign, temp;
532 sign = data->temp[nr] & 0x0001;
533 temp = (data->temp[nr] >> 5) & 0x7ff;
535 sign = data->temp[nr] & 0x8000;
536 temp = (data->temp[nr] >> 5) & 0x3ff;
538 temp *= 125;
540 temp -= 128000;
542 temp = ((s8)data->temp[nr]) * 1000;
545 return sprintf(buf, "%d\n", temp);
767 * presence of temp#_alarm files. The same goes for temp2/3 _alarm.
845 /* Temp attr for models which can beep on temp alarm */
1935 * PWM attr for the f8000, zones mapped to temp instead of to pwm!