Searched refs:drvOpGetThermalType (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/ |
H A D | acpi_thermal.h | 11 drvOpGetThermalType = B_DEVICE_OP_CODES_END + 10001, enumerator
|
H A D | acpi_thermal.c | 59 acpi_thermal_control(device, drvOpGetThermalType, &therm_info, 0); in guess_kelvin_offset() 96 acpi_thermal_control(device, drvOpGetThermalType, &therm_info, 0); in acpi_thermal_read() 170 case drvOpGetThermalType: { in acpi_thermal_control()
|
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/ |
H A D | pch_thermal.h | 11 drvOpGetThermalType = B_DEVICE_OP_CODES_END + 10001, enumerator
|
H A D | pch_thermal.cpp | 100 pch_thermal_control(device, drvOpGetThermalType, &therm_info, 0); in pch_thermal_read() 145 case drvOpGetThermalType: { in pch_thermal_control()
|