Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c110 if (therm_info.hot_temp > 0) { in acpi_thermal_read()
112 ((therm_info.hot_temp - kelvinOffset) / 10), in acpi_thermal_read()
113 ((therm_info.hot_temp - kelvinOffset) % 10)); in acpi_thermal_read()
191 att->hot_temp = in acpi_thermal_control()
H A Dacpi_thermal.h24 uint32 hot_temp; member
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp112 if (therm_info.hot_temp > 0) { in pch_thermal_read()
116 B_PRIu32 " C\n", (therm_info.hot_temp / 10), in pch_thermal_read()
117 (therm_info.hot_temp % 10)); in pch_thermal_read()
150 att->hot_temp = device->hotTemp; in pch_thermal_control()
H A Dpch_thermal.h21 uint32 hot_temp; member