Lines Matching defs:temp
103 #define MCELSIUS(temp) ((temp) * 1000)
254 int *temp)
265 *temp = MCELSIUS((ctemp * 5) - 65);
267 *temp = MCELSIUS(((ctemp * 55) - 720) / 10);
269 *temp = MCELSIUS((ctemp * 5) - 60);
274 static int rcar_thermal_of_get_temp(void *data, int *temp)
278 return rcar_thermal_get_current_temp(priv, temp);
281 static int rcar_thermal_get_temp(struct thermal_zone_device *zone, int *temp)
285 return rcar_thermal_get_current_temp(priv, temp);
296 case 0: /* +90 <= temp */
308 int trip, int *temp)
315 case 0: /* +90 <= temp */
316 *temp = MCELSIUS(90);