Home
last modified time | relevance | path

Searched refs:thermal_fields (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/power/
Dpower_status.py106 thermal_fields = { variable in ThermalStatACPI
118 thermal_fields = glob.glob(path + '/*')
119 for file in thermal_fields:
126 self.thermal_fields[field] = [field, field_type]
132 super(ThermalStatACPI, self).__init__(self.thermal_fields, path)
142 for field in self.thermal_fields:
164 thermal_fields = {} variable in ThermalStatHwmon
179 self.thermal_fields[field_key] = [field_path, int]
181 super(ThermalStatHwmon, self).__init__(self.thermal_fields, rootpath)