Lines Matching refs:temperatures
1649 # temperatures that start at 85'C (and PerfControl as of today will fail at
1774 temperatures = []
1777 temperatures.append(
1784 return temperatures
1789 Uses ectool to return a list of all sensor temperatures in Celsius.
1794 temperatures = []
1802 temperatures.append(temperature)
1805 for temperature in temperatures:
1811 return temperatures