Lines Matching defs:temp
46 * 190 Temperature Value is equal to (100-temp. °C), allowing manufacturer
119 bool have_temp_lowest; /* lowest temp in SCT status */
120 bool have_temp_highest; /* highest temp in SCT status */
121 bool have_temp_min; /* have min temp */
122 bool have_temp_max; /* have max temp */
125 int temp_min; /* min temp */
126 int temp_max; /* max temp */
149 #define temp_is_valid(temp) ((temp) != INVALID_TEMP)
150 #define temp_from_sct(temp) (((s8)(temp)) * 1000)
207 long *temp)
249 *temp = temp_raw * 1000;
335 long temp;
430 return drivetemp_get_smarttemp(st, hwmon_temp_input, &temp);
532 HWMON_CHANNEL_INFO(temp, HWMON_T_INPUT |