Lines Matching full:therm
97 struct pmac_therm therm;
1227 OF_getprop(child, "zone", &sens->therm.zone, sizeof(int));
1228 OF_getprop(child, "location", sens->therm.name,
1229 sizeof(sens->therm.name));
1231 for (i = 0; i < strlen(sens->therm.name); i++) {
1232 sysctl_name[i] = tolower(sens->therm.name[i]);
1238 sprintf(sysctl_desc,"%s (%s)", sens->therm.name, units);
1247 sens->therm.target_temp = 500 + 2731; /* 50 C */
1248 sens->therm.max_temp = 900 + 2731; /* 90 C */
1250 sens->therm.read =
1252 pmac_thermal_sensor_register(&sens->therm);