Home
last modified time | relevance | path

Searched refs:crit_temp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_helpers.c85 int crit_temp = INT_MAX; in __thermal_zone_get_temp() local
97 crit_temp = trip->temperature; in __thermal_zone_get_temp()
107 if (!ret && *temp < crit_temp) in __thermal_zone_get_temp()
/linux/drivers/acpi/
H A Dthermal.c735 static void acpi_thermal_guess_offset(struct acpi_thermal *tz, long crit_temp) in acpi_thermal_guess_offset() argument
737 if (crit_temp != THERMAL_TEMP_INVALID && crit_temp % 5 == 1) in acpi_thermal_guess_offset()
786 int crit_temp, hot_temp; in acpi_thermal_probe() local
814 crit_temp = acpi_thermal_get_critical_trip(tz); in acpi_thermal_probe()
828 acpi_thermal_guess_offset(tz, crit_temp); in acpi_thermal_probe()
832 if (crit_temp != THERMAL_TEMP_INVALID) { in acpi_thermal_probe()
834 trip->temperature = acpi_thermal_temp(tz, crit_temp); in acpi_thermal_probe()
/linux/drivers/thermal/st/
H A Dst_thermal.h75 int crit_temp; member
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c546 int crit_temp, ret; in qpnp_tm_configure_trip_temp() local
548 ret = thermal_zone_get_crit_temp(chip->tz_dev, &crit_temp); in qpnp_tm_configure_trip_temp()
550 crit_temp = THERMAL_TEMP_INVALID; in qpnp_tm_configure_trip_temp()
553 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp); in qpnp_tm_configure_trip_temp()
/linux/drivers/thermal/broadcom/
H A Dsr-thermal.c22 unsigned int crit_temp; member