Searched refs:crit_temp (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/thermal/
H A Dthermal_helpers.c86 int crit_temp = INT_MAX; local
96 crit_temp = trip->temperature;
106 if (!ret && *temp < crit_temp)
H A Duniphier_thermal.c248 int i, ret, irq, crit_temp = INT_MAX; local
304 trip.temperature < crit_temp)
305 crit_temp = trip.temperature;
309 if (crit_temp > CRITICAL_TEMP_LIMIT) {
/linux-master/drivers/thermal/st/
H A Dst_thermal_memmap.c82 sensor->cdata->crit_temp -
151 .crit_temp = 120,
160 .crit_temp = 120,
H A Dst_thermal.h66 * @crit_temp: The temperature beyond which the SoC should be shutdown
75 int crit_temp; member in struct:st_thermal_compat_data
H A Dst_thermal.c202 trip.temperature = sensor->cdata->crit_temp;
/linux-master/drivers/thermal/broadcom/
H A Dsr-thermal.c22 unsigned int crit_temp; member in struct:sr_tmon
/linux-master/drivers/acpi/
H A Dthermal.c776 static void acpi_thermal_guess_offset(struct acpi_thermal *tz, long crit_temp) argument
778 if (crit_temp != THERMAL_TEMP_INVALID && crit_temp % 5 == 1)
826 int crit_temp, hot_temp; local
849 crit_temp = acpi_thermal_get_critical_trip(tz);
867 acpi_thermal_guess_offset(tz, crit_temp);
871 if (crit_temp != THERMAL_TEMP_INVALID) {
873 trip->temperature = acpi_thermal_temp(tz, crit_temp);
/linux-master/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c327 int crit_temp; local
351 crit_temp = qpnp_tm_get_critical_trip_temp(chip);
355 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp);

Completed in 107 milliseconds