Searched refs:therm_info (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c57 acpi_thermal_type therm_info; local
59 acpi_thermal_control(device, drvOpGetThermalType, &therm_info, 0);
62 if (therm_info.critical_temp > 2732 && (therm_info.critical_temp % 5) == 1)
84 acpi_thermal_type therm_info; local
96 acpi_thermal_control(device, drvOpGetThermalType, &therm_info, 0);
99 ((therm_info.critical_temp - kelvinOffset) / 10),
100 ((therm_info.critical_temp - kelvinOffset) % 10));
105 ((therm_info.current_temp - kelvinOffset) / 10),
106 ((therm_info
[all...]
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp92 pch_thermal_type therm_info; local
100 pch_thermal_control(device, drvOpGetThermalType, &therm_info, 0);
103 B_PRIu32 " C\n", (therm_info.critical_temp / 10),
104 (therm_info.critical_temp % 10));
109 B_PRIu32 " C\n", (therm_info.current_temp / 10),
110 (therm_info.current_temp % 10));
112 if (therm_info.hot_temp > 0) {
116 B_PRIu32 " C\n", (therm_info.hot_temp / 10),
117 (therm_info.hot_temp % 10));

Completed in 51 milliseconds