Searched refs:emerg_temp (Results 1 – 1 of 1) sorted by relevance
145 int crit_temp, int emerg_temp) in mlxsw_thermal_module_trips_update() argument152 if (!emerg_temp || !crit_temp) { in mlxsw_thermal_module_trips_update()161 &emerg_temp); in mlxsw_thermal_module_trips_update()166 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update()168 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update()184 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HOT].temp = emerg_temp; in mlxsw_thermal_module_trips_update()451 int temp, crit_temp, emerg_temp; in mlxsw_thermal_module_temp_get() local462 &crit_temp, &emerg_temp); in mlxsw_thermal_module_temp_get()470 crit_temp, emerg_temp); in mlxsw_thermal_module_temp_get()705 int dummy_temp, crit_temp, emerg_temp; in mlxsw_thermal_module_init() local[all …]