Searched refs:crit_temp (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/thermal/st/ |
D | st_thermal_syscfg.c | 109 .crit_temp = 120, 119 .crit_temp = 120, 129 .crit_temp = 120, 139 .crit_temp = 120,
|
D | st_thermal_memmap.c | 82 sensor->cdata->crit_temp - in st_mmap_enable_irq() 151 .crit_temp = 120, 160 .crit_temp = 120,
|
D | st_thermal.h | 75 int crit_temp; member
|
D | st_thermal.c | 163 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 147 int crit_temp, int emerg_temp) in mlxsw_thermal_module_trips_update() argument 154 if (!emerg_temp || !crit_temp) { in mlxsw_thermal_module_trips_update() 158 &crit_temp); in mlxsw_thermal_module_trips_update() 170 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update() 172 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update() 182 if (crit_temp >= MLXSW_THERMAL_MODULE_TEMP_SHIFT) in mlxsw_thermal_module_trips_update() 183 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp - in mlxsw_thermal_module_trips_update() 186 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp; in mlxsw_thermal_module_trips_update() 187 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HIGH].temp = crit_temp; in mlxsw_thermal_module_trips_update() 413 int temp, crit_temp, emerg_temp; in mlxsw_thermal_module_temp_get() local [all …]
|
/linux-6.1.9/drivers/thermal/ |
D | uniphier_thermal.c | 252 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()
|
D | thermal_helpers.c | 71 int crit_temp = INT_MAX; in __thermal_zone_get_temp() local 86 &crit_temp); in __thermal_zone_get_temp() 96 if (!ret && *temp < crit_temp) in __thermal_zone_get_temp()
|
/linux-6.1.9/drivers/thermal/qcom/ |
D | qcom-spmi-temp-alarm.c | 334 int crit_temp; in qpnp_tm_init() local 356 crit_temp = qpnp_tm_get_critical_trip_temp(chip); in qpnp_tm_init() 357 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp); in qpnp_tm_init()
|
/linux-6.1.9/drivers/thermal/broadcom/ |
D | sr-thermal.c | 22 unsigned int crit_temp; member
|