Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c157 zone_trips[i].temperature = THERMAL_TEMP_INVALID; in int340x_thermal_zone_add()
246 zone_trips[i].temperature = THERMAL_TEMP_INVALID; in int340x_thermal_update_trips()
Dprocessor_thermal_device_pci.c179 return THERMAL_TEMP_INVALID; in get_trip_temp()
/linux-6.6.21/drivers/thermal/
Dthermal_acpi.c41 *ret_temp = THERMAL_TEMP_INVALID; in thermal_acpi_trip_temp()
Dthermal_core.c354 if (trip.temperature == THERMAL_TEMP_INVALID) in handle_thermal_trip()
357 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
398 tz->temperature = THERMAL_TEMP_INVALID; in thermal_zone_device_init()
/linux-6.6.21/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c235 if (temp == THERMAL_TEMP_INVALID || in qpnp_tm_update_critical_trip_temp()
314 return THERMAL_TEMP_INVALID; in qpnp_tm_get_critical_trip_temp()
/linux-6.6.21/drivers/thermal/intel/
Dintel_quark_dts_thermal.c188 return THERMAL_TEMP_INVALID; in get_trip_temp()
Dx86_pkg_temp_thermal.c302 tj_max - thres_reg_value * 1000 : THERMAL_TEMP_INVALID; in pkg_temp_thermal_trips_init()
/linux-6.6.21/drivers/acpi/
Dthermal.c184 if (temp_deci_k == THERMAL_TEMP_INVALID) in acpi_thermal_temp()
185 return THERMAL_TEMP_INVALID; in acpi_thermal_temp()
413 trip->temperature = THERMAL_TEMP_INVALID; in acpi_thermal_adjust_trip()
/linux-6.6.21/include/linux/
Dthermal.h30 #define THERMAL_TEMP_INVALID -274000 macro
/linux-6.6.21/drivers/thermal/mediatek/
Dauxadc_thermal.c836 temp = THERMAL_TEMP_INVALID; in mtk_thermal_bank_temperature()