Symbol: THERMAL_TEMP_INVALID
drivers/acpi/thermal.c
174
if (temp_deci_k == THERMAL_TEMP_INVALID)
drivers/acpi/thermal.c
175
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
180
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
187
return acpi_trip->temp_dk != THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
204
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
214
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
289
acpi_trip->temp_dk = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
316
temp = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
358
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
362
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
370
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
382
if (acpi_hot_trip_temp(tz->device, &temp) || temp == THERMAL_TEMP_INVALID) {
drivers/acpi/thermal.c
384
return THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
448
if (temp == THERMAL_TEMP_INVALID)
drivers/acpi/thermal.c
458
acpi_trip->temp_dk = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
474
tz->trips.active[i].trip.temp_dk = THERMAL_TEMP_INVALID;
drivers/acpi/thermal.c
738
if (crit_temp != THERMAL_TEMP_INVALID && crit_temp % 5 == 1)
drivers/acpi/thermal.c
835
if (crit_temp != THERMAL_TEMP_INVALID) {
drivers/acpi/thermal.c
841
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
131
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
101
if ((int)val < THERMAL_TEMP_INVALID)
drivers/thermal/testing/zone.c
200
tt_zone->temp = THERMAL_TEMP_INVALID;
drivers/thermal/testing/zone.c
349
tt_trip->trip.temperature = THERMAL_TEMP_INVALID;
drivers/thermal/testing/zone.c
372
if (*temp < THERMAL_TEMP_INVALID)
drivers/thermal/thermal_core.c
1422
if (td->trip.temperature != THERMAL_TEMP_INVALID)
drivers/thermal/thermal_core.c
1427
if (td->trip.temperature == THERMAL_TEMP_INVALID)
drivers/thermal/thermal_core.c
294
td->trip.temperature > THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_core.c
526
if (old_temp == THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_core.c
538
if (temp == THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_core.c
625
} 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
120
if (temp != THERMAL_TEMP_INVALID &&
drivers/thermal/thermal_sysfs.c
121
temp <= trip->hysteresis + THERMAL_TEMP_INVALID)
drivers/thermal/thermal_sysfs.c
170
if (trip->temperature == THERMAL_TEMP_INVALID) {
drivers/thermal/thermal_sysfs.c
175
if (trip->temperature - hyst <= THERMAL_TEMP_INVALID)
drivers/thermal/thermal_thresholds.c
142
if (last_temperature == THERMAL_TEMP_INVALID)