Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.h21 uint32 current_temp; member
H A Dacpi_thermal.c105 ((therm_info.current_temp - kelvinOffset) / 10), in acpi_thermal_read()
106 ((therm_info.current_temp - kelvinOffset) % 10)); in acpi_thermal_read()
184 att->current_temp = in acpi_thermal_control()
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.h18 uint32 current_temp; member
H A Dpch_thermal.cpp109 B_PRIu32 " C\n", (therm_info.current_temp / 10), in pch_thermal_read()
110 (therm_info.current_temp % 10)); in pch_thermal_read()
155 att->current_temp = (uint32)temp * 10 / 2 - 500; in pch_thermal_control()