Lines Matching full:thermal
61 ACPI-based thermal status.
66 str enabled: Whether thermal zone is enabled
68 str type: Thermal zone type
69 int num_trip_points: Number of thermal trip points that activate
85 path = '/sys/class/thermal/thermal_zone*'
88 # Browse the thermal folder for trip point fields.
126 hwmon-based thermal status.
174 """helper class to instantiate various thermal devices."""
185 logging.debug('Using %s for thermal info.' % thermal_path)
188 logging.debug('Could not find thermal path %s, skipping.' %
199 for thermal in self._thermals:
200 thermal.update()
201 for kname in thermal.fields:
203 val = getattr(thermal, kname)
397 self.thermal = None
415 self.thermal = ThermalStat()
432 temp_str = self.thermal.get_temps()