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.c736 static void acpi_thermal_guess_offset(struct acpi_thermal *tz, long crit_temp) in acpi_thermal_guess_offset() argument
738 if (crit_temp != THERMAL_TEMP_INVALID && crit_temp % 5 == 1) in acpi_thermal_guess_offset()
787 int crit_temp, hot_temp; in acpi_thermal_probe() local
817 crit_temp = acpi_thermal_get_critical_trip(tz); in acpi_thermal_probe()
831 acpi_thermal_guess_offset(tz, crit_temp); in acpi_thermal_probe()
835 if (crit_temp != THERMAL_TEMP_INVALID) { in acpi_thermal_probe()
837 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