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.py114 thermal_fields = { variable in ThermalStatACPI
126 thermal_fields = glob.glob(path + '/*')
127 for file in thermal_fields:
134 self.thermal_fields[field] = [field, field_type]
140 super(ThermalStatACPI, self).__init__(self.thermal_fields, path)
150 for field in self.thermal_fields:
171 thermal_fields = {} variable in ThermalStatHwmon
186 self.thermal_fields[field_key] = [field_path, int]
188 super(ThermalStatHwmon, self).__init__(self.thermal_fields, rootpath)