Lines Matching full:therm
62 struct pmac_therm therm; member
189 strcpy(sc->sc_sensors[i].therm.name, location + len); in max6690_fill_sensor_prop()
205 sc->sc_sensors[j].therm.zone = id[j]; in max6690_fill_sensor_prop()
217 if (strcmp(sc->sc_sensors[j].therm.name, "KODIAK DIODE") == 0) in max6690_fill_sensor_prop()
218 sc->sc_sensors[j].therm.target_temp = 640 + ZERO_C_TO_K; in max6690_fill_sensor_prop()
220 sc->sc_sensors[j].therm.target_temp = 400 + ZERO_C_TO_K; in max6690_fill_sensor_prop()
221 sc->sc_sensors[j].therm.max_temp = 850 + ZERO_C_TO_K; in max6690_fill_sensor_prop()
223 sc->sc_sensors[j].therm.read = in max6690_fill_sensor_prop()
289 pmac_thermal_sensor_register(&sc->sc_sensors[i].therm); in max6690_start()
293 for (j = 0; j < strlen(sc->sc_sensors[i].therm.name); j++) { in max6690_start()
295 tolower(sc->sc_sensors[i].therm.name[j]); in max6690_start()
301 sprintf(sysctl_desc,"%s %s", sc->sc_sensors[i].therm.name, in max6690_start()
318 sc->sc_sensors[i].therm.name, in max6690_start()