Home
last modified time | relevance | path

Searched refs:acpi_hot_trip_temp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/acpi/
H A Dthermal_lib.c64 int acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp) in acpi_hot_trip_temp() function
68 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()
H A Dinternal.h91 int acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp);
H A Dthermal.c381 if (acpi_hot_trip_temp(tz->device, &temp) || temp == THERMAL_TEMP_INVALID) { in acpi_thermal_get_hot_trip()