Searched refs:thermal_acpi_trip_temp (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | thermal_acpi.c | 24 static int thermal_acpi_trip_temp(struct acpi_device *adev, char *obj_name, in thermal_acpi_trip_temp() function 66 return thermal_acpi_trip_temp(adev, obj_name, ret_temp); in thermal_acpi_active_trip_temp() 82 return thermal_acpi_trip_temp(adev, "_PSV", ret_temp); in thermal_acpi_passive_trip_temp() 99 return thermal_acpi_trip_temp(adev, "_HOT", ret_temp); in thermal_acpi_hot_trip_temp() 115 return thermal_acpi_trip_temp(adev, "_CRT", ret_temp); in thermal_acpi_critical_trip_temp()
|