Searched refs:crit_temp (Results 1 – 5 of 5) sorted by relevance
85 int crit_temp = INT_MAX; in __thermal_zone_get_temp() local97 crit_temp = trip->temperature; in __thermal_zone_get_temp()107 if (!ret && *temp < crit_temp) in __thermal_zone_get_temp()
736 static void acpi_thermal_guess_offset(struct acpi_thermal *tz, long crit_temp) in acpi_thermal_guess_offset() argument738 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() local817 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()
75 int crit_temp; member
546 int crit_temp, ret; in qpnp_tm_configure_trip_temp() local548 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()
22 unsigned int crit_temp; member