Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c62 if (therm_info.critical_temp > 2732 && (therm_info.critical_temp % 5) == 1) in guess_kelvin_offset()
99 ((therm_info.critical_temp - kelvinOffset) / 10), in acpi_thermal_read()
100 ((therm_info.critical_temp - kelvinOffset) % 10)); in acpi_thermal_read()
177 att->critical_temp = in acpi_thermal_control()
H A Dacpi_thermal.h20 uint32 critical_temp; member
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.h17 uint32 critical_temp; member
H A Dpch_thermal.cpp103 B_PRIu32 " C\n", (therm_info.critical_temp / 10), in pch_thermal_read()
104 (therm_info.critical_temp % 10)); in pch_thermal_read()
149 att->critical_temp = device->criticalTemp; in pch_thermal_control()