Home
last modified time | relevance | path

Searched refs:crit_temp (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/thermal/st/
Dst_thermal_syscfg.c109 .crit_temp = 120,
119 .crit_temp = 120,
129 .crit_temp = 120,
139 .crit_temp = 120,
Dst_thermal_memmap.c82 sensor->cdata->crit_temp - in st_mmap_enable_irq()
151 .crit_temp = 120,
160 .crit_temp = 120,
Dst_thermal.h75 int crit_temp; member
Dst_thermal.c163 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c150 int crit_temp, int emerg_temp) in mlxsw_thermal_module_trips_update() argument
157 if (!emerg_temp || !crit_temp) { in mlxsw_thermal_module_trips_update()
161 &crit_temp); in mlxsw_thermal_module_trips_update()
173 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update()
175 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update()
185 if (crit_temp >= MLXSW_THERMAL_MODULE_TEMP_SHIFT) in mlxsw_thermal_module_trips_update()
186 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp - in mlxsw_thermal_module_trips_update()
189 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp; in mlxsw_thermal_module_trips_update()
190 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HIGH].temp = crit_temp; in mlxsw_thermal_module_trips_update()
463 int temp, crit_temp, emerg_temp; in mlxsw_thermal_module_temp_get() local
[all …]
/linux-5.19.10/drivers/thermal/
Dthermal_helpers.c82 int crit_temp = INT_MAX; in thermal_zone_get_temp() local
97 &crit_temp); in thermal_zone_get_temp()
107 if (!ret && *temp < crit_temp) in thermal_zone_get_temp()
Duniphier_thermal.c252 int i, ret, irq, ntrips, crit_temp = INT_MAX; in uniphier_tm_probe() local
310 trips[i].temperature < crit_temp) in uniphier_tm_probe()
311 crit_temp = trips[i].temperature; in uniphier_tm_probe()
315 if (crit_temp > CRITICAL_TEMP_LIMIT) { in uniphier_tm_probe()
/linux-5.19.10/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c332 int crit_temp; in qpnp_tm_init() local
354 crit_temp = qpnp_tm_get_critical_trip_temp(chip); in qpnp_tm_init()
355 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp); in qpnp_tm_init()
/linux-5.19.10/drivers/thermal/broadcom/
Dsr-thermal.c23 unsigned int crit_temp; member