Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c213 if (temp == THERMAL_TEMP_INVALID || in qpnp_tm_update_critical_trip_temp()
284 return THERMAL_TEMP_INVALID; in qpnp_tm_get_critical_trip_temp()
288 return THERMAL_TEMP_INVALID; in qpnp_tm_get_critical_trip_temp()
296 return THERMAL_TEMP_INVALID; in qpnp_tm_get_critical_trip_temp()
/kernel/linux/linux-5.10/include/linux/
Dthermal.h33 #define THERMAL_TEMP_INVALID -274000 macro
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c247 int34x_thermal_zone->aux_trips[i] = THERMAL_TEMP_INVALID; in int340x_thermal_zone_add()
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c167 *temp = THERMAL_TEMP_INVALID; in sys_get_trip_temp()
/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_core.c430 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
476 tz->temperature = THERMAL_TEMP_INVALID; in thermal_zone_device_init()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch61147 + if (tz->temperature != THERMAL_TEMP_INVALID)