Home
last modified time | relevance | path

Searched refs:THERMAL_TEMP_INVALID (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/acpi/
H A Dthermal.c173 if (temp_deci_k == THERMAL_TEMP_INVALID) in acpi_thermal_temp()
174 return THERMAL_TEMP_INVALID; in acpi_thermal_temp()
179 return THERMAL_TEMP_INVALID; in acpi_thermal_temp()
186 return acpi_trip->temp_dk != THERMAL_TEMP_INVALID; in acpi_thermal_trip_valid()
203 return THERMAL_TEMP_INVALID; in get_passive_temp()
213 return THERMAL_TEMP_INVALID; in get_active_temp()
288 acpi_trip->temp_dk = THERMAL_TEMP_INVALID; in acpi_thermal_update_trip_devices()
315 temp = THERMAL_TEMP_INVALID; in acpi_thermal_adjust_trip()
357 return THERMAL_TEMP_INVALID; in acpi_thermal_get_critical_trip()
361 return THERMAL_TEMP_INVALID; in acpi_thermal_get_critical_trip()
[all …]
H A Dthermal_lib.c41 *ret_temp = THERMAL_TEMP_INVALID; in acpi_trip_temp()
81 if (temp_decik == THERMAL_TEMP_INVALID) in thermal_temp()
82 *ret_temp = THERMAL_TEMP_INVALID; in thermal_temp()
/linux/drivers/thermal/testing/
H A Dzone.c101 if ((int)val < THERMAL_TEMP_INVALID) in tt_int_set()
202 tt_zone->temp = THERMAL_TEMP_INVALID; in tt_add_tz()
359 tt_trip->trip.temperature = THERMAL_TEMP_INVALID; in tt_zone_add_trip()
382 if (*temp < THERMAL_TEMP_INVALID) in tt_zone_get_temp()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c146 zone_trips[i].temperature = THERMAL_TEMP_INVALID; in int340x_thermal_zone_add()
226 temp = THERMAL_TEMP_INVALID; in int340x_update_one_trip()
H A Dprocessor_thermal_device_pci.c261 return THERMAL_TEMP_INVALID; in get_trip_temp()
/linux/drivers/thermal/
H A Dgov_bang_bang.c97 if (trip->temperature == THERMAL_TEMP_INVALID || in bang_bang_manage()
H A Dgov_fair_share.c114 if (trip->temperature == THERMAL_TEMP_INVALID || in fair_share_manage()
H A Dthermal_trip.c112 if (temp == THERMAL_TEMP_INVALID) { in thermal_zone_set_trip_temp()
H A Dthermal_sysfs.c118 if (temp != THERMAL_TEMP_INVALID && in trip_point_temp_store()
119 temp <= trip->hysteresis + THERMAL_TEMP_INVALID) { in trip_point_temp_store()
172 if (trip->temperature == THERMAL_TEMP_INVALID) { in trip_point_hyst_store()
177 if (trip->temperature - hyst <= THERMAL_TEMP_INVALID) { in trip_point_hyst_store()
H A Dthermal_helpers.c148 if (!ret && *temp <= THERMAL_TEMP_INVALID) in thermal_zone_get_temp()
H A Dthermal_debugfs.c567 tze->trip_stats[i].trip_temp = THERMAL_TEMP_INVALID; in thermal_debugfs_tz_event_alloc()
823 if (trip_stats->trip_temp == THERMAL_TEMP_INVALID) in tze_seq_show()
H A Dthermal_core.c305 td->trip.temperature > THERMAL_TEMP_INVALID) { in thermal_zone_broken_disable()
432 if (trip->temperature == THERMAL_TEMP_INVALID) in handle_thermal_trip()
557 } else if (temp <= THERMAL_TEMP_INVALID) { in __thermal_zone_device_update()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c234 if (temp == THERMAL_TEMP_INVALID || in qpnp_tm_update_critical_trip_temp()
330 crit_temp = THERMAL_TEMP_INVALID; in qpnp_tm_init()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c568 if (trip->temperature == THERMAL_TEMP_INVALID) in iwl_trip_temp_cb()
629 *temperature = THERMAL_TEMP_INVALID; in iwl_mvm_tzone_get_temp()
683 mvm->tz_device.trips[i].temperature = THERMAL_TEMP_INVALID; in iwl_mvm_thermal_zone_register()
/linux/include/linux/
H A Dthermal.h30 #define THERMAL_TEMP_INVALID -274000 macro
/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c183 return THERMAL_TEMP_INVALID; in get_trip_temp()
H A Dx86_pkg_temp_thermal.c297 tj_max - thres_reg_value * 1000 : THERMAL_TEMP_INVALID; in pkg_temp_thermal_trips_init()
/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c839 temp = THERMAL_TEMP_INVALID; in mtk_thermal_bank_temperature()