Home
last modified time | relevance | path

Searched refs:THERMAL_TEMP_INVALID (Results 1 – 20 of 20) 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()
200 tt_zone->temp = THERMAL_TEMP_INVALID; in tt_add_tz()
349 tt_trip->trip.temperature = THERMAL_TEMP_INVALID; in tt_zone_add_trip()
372 if (*temp < THERMAL_TEMP_INVALID) in tt_zone_get_temp()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dthermal.c135 if (trip->temperature == THERMAL_TEMP_INVALID) in iwl_trip_temp_iter()
198 *temperature = THERMAL_TEMP_INVALID; in iwl_mld_tzone_get_temp()
249 .temperature = THERMAL_TEMP_INVALID, in iwl_mld_thermal_zone_register()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c145 zone_trips[i].temperature = THERMAL_TEMP_INVALID; in int340x_thermal_zone_add()
225 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 Dthermal_sysfs.c119 if (temp != THERMAL_TEMP_INVALID && in trip_point_temp_store()
120 temp <= trip->hysteresis + THERMAL_TEMP_INVALID) in trip_point_temp_store()
169 if (trip->temperature == THERMAL_TEMP_INVALID) { in trip_point_hyst_store()
174 if (trip->temperature - hyst <= THERMAL_TEMP_INVALID) in trip_point_hyst_store()
H A Dgov_bang_bang.c93 if (trip->temperature == THERMAL_TEMP_INVALID || in bang_bang_manage()
H A Dgov_fair_share.c106 if (trip->temperature == THERMAL_TEMP_INVALID || in fair_share_manage()
H A Dthermal_core.c294 td->trip.temperature > THERMAL_TEMP_INVALID) { in thermal_zone_broken_disable()
526 if (old_temp == THERMAL_TEMP_INVALID) { in thermal_zone_set_trip_temp()
538 if (temp == THERMAL_TEMP_INVALID) { in thermal_zone_set_trip_temp()
625 } else if (temp <= THERMAL_TEMP_INVALID) { in __thermal_zone_device_update()
1421 if (td->trip.temperature != THERMAL_TEMP_INVALID) in thermal_zone_device_init()
1426 if (td->trip.temperature == THERMAL_TEMP_INVALID) in thermal_zone_device_init()
H A Dgov_step_wise.c134 if (trip->temperature == THERMAL_TEMP_INVALID || in step_wise_manage()
H A Dthermal_helpers.c140 if (!ret && *temp <= THERMAL_TEMP_INVALID) in thermal_zone_get_temp()
H A Dthermal_thresholds.c142 if (last_temperature == THERMAL_TEMP_INVALID) in thermal_thresholds_handle()
H A Dthermal_debugfs.c572 tze->trip_stats[i].trip_temp = THERMAL_TEMP_INVALID; in thermal_debugfs_tz_event_alloc()
828 if (trip_stats->trip_temp == THERMAL_TEMP_INVALID) in tze_seq_show()
/linux/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c131 if (temp == THERMAL_TEMP_INVALID) in sys_set_trip_temp()
301 tj_max - thres_reg_value * 1000 : THERMAL_TEMP_INVALID; in pkg_temp_thermal_trips_init()
H A Dintel_quark_dts_thermal.c183 return THERMAL_TEMP_INVALID; in get_trip_temp()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c556 if (trip->temperature == THERMAL_TEMP_INVALID) in iwl_trip_temp_cb()
617 *temperature = THERMAL_TEMP_INVALID; in iwl_mvm_tzone_get_temp()
671 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/qcom/
H A Dqcom-spmi-temp-alarm.c325 if (temp == THERMAL_TEMP_INVALID || in qpnp_tm_update_critical_trip_temp()
550 crit_temp = THERMAL_TEMP_INVALID; in qpnp_tm_configure_trip_temp()
/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c839 temp = THERMAL_TEMP_INVALID; in mtk_thermal_bank_temperature()