Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A 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()
H A Dprocessor_thermal_device_pci.c179 return THERMAL_TEMP_INVALID; in get_trip_temp()
/openbmc/linux/drivers/thermal/
H A Dthermal_acpi.c41 *ret_temp = THERMAL_TEMP_INVALID; in thermal_acpi_trip_temp()
H A 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()
/openbmc/linux/drivers/thermal/qcom/
H A 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()
/openbmc/linux/drivers/acpi/
H A 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()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c188 return THERMAL_TEMP_INVALID; in get_trip_temp()
H A Dx86_pkg_temp_thermal.c302 tj_max - thres_reg_value * 1000 : THERMAL_TEMP_INVALID; in pkg_temp_thermal_trips_init()
/openbmc/linux/include/linux/
H A Dthermal.h30 #define THERMAL_TEMP_INVALID -274000 macro
/openbmc/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c839 temp = THERMAL_TEMP_INVALID; in mtk_thermal_bank_temperature()