Symbol: THERMAL_TEMP_INVALID
drivers/acpi/thermal.c
173
if (temp_deci_k == THERMAL_TEMP_INVALID)
drivers/acpi/thermal.c
174
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
179
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
186
return acpi_trip->temp_dk != THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
203
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
213
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
288
acpi_trip->temp_dk = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
315
temp = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
357
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
361
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
369
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
381
if (acpi_hot_trip_temp(tz->device, &temp) || temp == THERMAL_TEMP_INVALID) {
drivers/acpi/thermal.c
383
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
447
if (temp == THERMAL_TEMP_INVALID)
drivers/acpi/thermal.c
457
acpi_trip->temp_dk = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
473
tz->trips.active[i].trip.temp_dk = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
741
if (crit_temp != THERMAL_TEMP_INVALID && crit_temp % 5 == 1)
drivers/acpi/thermal.c
842
if (crit_temp != THERMAL_TEMP_INVALID) {
drivers/acpi/thermal.c
848
if (hot_temp != THERMAL_TEMP_INVALID) {
drivers/acpi/thermal_lib.c
41
*ret_temp = THERMAL_TEMP_INVALID;
drivers/acpi/thermal_lib.c
81
if (temp_decik == THERMAL_TEMP_INVALID)
drivers/acpi/thermal_lib.c
82
*ret_temp = THERMAL_TEMP_INVALID;
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
135
if (trip->temperature == THERMAL_TEMP_INVALID)
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
198
*temperature = THERMAL_TEMP_INVALID;
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
249
.temperature = THERMAL_TEMP_INVALID,
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
556
if (trip->temperature == THERMAL_TEMP_INVALID)
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
617
*temperature = THERMAL_TEMP_INVALID;
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
671
mvm->tz_device.trips[i].temperature = THERMAL_TEMP_INVALID;
drivers/thermal/gov_bang_bang.c
93
if (trip->temperature == THERMAL_TEMP_INVALID ||
drivers/thermal/gov_fair_share.c
106
if (trip->temperature == THERMAL_TEMP_INVALID ||
drivers/thermal/gov_step_wise.c
134
if (trip->temperature == THERMAL_TEMP_INVALID ||
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
145
zone_trips[i].temperature = THERMAL_TEMP_INVALID;
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
225
temp = THERMAL_TEMP_INVALID;
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
261
return THERMAL_TEMP_INVALID;
drivers/thermal/intel/intel_quark_dts_thermal.c
183
return THERMAL_TEMP_INVALID;
drivers/thermal/intel/x86_pkg_temp_thermal.c
133
if (temp == THERMAL_TEMP_INVALID)
drivers/thermal/intel/x86_pkg_temp_thermal.c
301
tj_max - thres_reg_value * 1000 : THERMAL_TEMP_INVALID;
drivers/thermal/mediatek/auxadc_thermal.c
839
temp = THERMAL_TEMP_INVALID;
drivers/thermal/qcom/qcom-spmi-temp-alarm.c
325
if (temp == THERMAL_TEMP_INVALID ||
drivers/thermal/qcom/qcom-spmi-temp-alarm.c
550
crit_temp = THERMAL_TEMP_INVALID;
drivers/thermal/testing/zone.c
100
if ((int)val < THERMAL_TEMP_INVALID)
drivers/thermal/testing/zone.c
199
tt_zone->temp = THERMAL_TEMP_INVALID;
drivers/thermal/testing/zone.c
348
tt_trip->trip.temperature = THERMAL_TEMP_INVALID;
drivers/thermal/testing/zone.c
371
if (*temp < THERMAL_TEMP_INVALID)
drivers/thermal/thermal_core.c
1317
if (td->trip.temperature != THERMAL_TEMP_INVALID)
drivers/thermal/thermal_core.c
1322
if (td->trip.temperature == THERMAL_TEMP_INVALID)
drivers/thermal/thermal_core.c
234
td->trip.temperature > THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_core.c
466
if (old_temp == THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_core.c
478
if (temp == THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_core.c
565
} else if (temp <= THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_debugfs.c
572
tze->trip_stats[i].trip_temp = THERMAL_TEMP_INVALID;
drivers/thermal/thermal_debugfs.c
828
if (trip_stats->trip_temp == THERMAL_TEMP_INVALID)
drivers/thermal/thermal_helpers.c
140
if (!ret && *temp <= THERMAL_TEMP_INVALID)
drivers/thermal/thermal_sysfs.c
119
if (temp != THERMAL_TEMP_INVALID &&
drivers/thermal/thermal_sysfs.c
120
temp <= trip->hysteresis + THERMAL_TEMP_INVALID)
drivers/thermal/thermal_sysfs.c
169
if (trip->temperature == THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_sysfs.c
174
if (trip->temperature - hyst <= THERMAL_TEMP_INVALID)
drivers/thermal/thermal_thresholds.c
142
if (last_temperature == THERMAL_TEMP_INVALID)