Searched refs:acpi_hot_trip_temp (Results 1 – 3 of 3) sorted by relevance
64 int acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp) in acpi_hot_trip_temp() function68 EXPORT_SYMBOL_NS_GPL(acpi_hot_trip_temp, ACPI_THERMAL);143 int ret = acpi_hot_trip_temp(adev, &temp_decik); in thermal_acpi_hot_trip_temp()
91 int acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp);
381 if (acpi_hot_trip_temp(tz->device, &temp) || temp == THERMAL_TEMP_INVALID) { in acpi_thermal_get_hot_trip()