crit_temp         165 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	int crit_temp, emerg_temp;
crit_temp         170 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 						   &crit_temp);
crit_temp         187 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	if (crit_temp >= MLXSW_THERMAL_MODULE_TEMP_SHIFT)
crit_temp         188 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp -
crit_temp         191 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 		tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp;
crit_temp         192 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	tz->trips[MLXSW_THERMAL_TEMP_TRIP_HIGH].temp = crit_temp;
crit_temp         194 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	if (emerg_temp > crit_temp)
crit_temp          23 drivers/thermal/broadcom/sr-thermal.c 	unsigned int crit_temp;
crit_temp         309 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	int crit_temp;
crit_temp         333 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	crit_temp = qpnp_tm_get_critical_trip_temp(chip);
crit_temp         334 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp);
crit_temp         163 drivers/thermal/st/st_thermal.c 		*temp = mcelsius(sensor->cdata->crit_temp);
crit_temp          75 drivers/thermal/st/st_thermal.h 	int crit_temp;
crit_temp          82 drivers/thermal/st/st_thermal_memmap.c 				 sensor->cdata->crit_temp -
crit_temp         162 drivers/thermal/st/st_thermal_memmap.c 	.crit_temp		= 120,
crit_temp         171 drivers/thermal/st/st_thermal_memmap.c 	.crit_temp		= 120,
crit_temp         109 drivers/thermal/st/st_thermal_syscfg.c 	.crit_temp		= 120,
crit_temp         119 drivers/thermal/st/st_thermal_syscfg.c 	.crit_temp		= 120,
crit_temp         129 drivers/thermal/st/st_thermal_syscfg.c 	.crit_temp		= 120,
crit_temp         139 drivers/thermal/st/st_thermal_syscfg.c 	.crit_temp		= 120,
crit_temp          81 drivers/thermal/thermal_helpers.c 	int crit_temp = INT_MAX;
crit_temp          96 drivers/thermal/thermal_helpers.c 						&crit_temp);
crit_temp         106 drivers/thermal/thermal_helpers.c 		if (!ret && *temp < crit_temp)
crit_temp         252 drivers/thermal/uniphier_thermal.c 	int i, ret, irq, ntrips, crit_temp = INT_MAX;
crit_temp         310 drivers/thermal/uniphier_thermal.c 		    trips[i].temperature < crit_temp)
crit_temp         311 drivers/thermal/uniphier_thermal.c 			crit_temp = trips[i].temperature;
crit_temp         315 drivers/thermal/uniphier_thermal.c 	if (crit_temp > CRITICAL_TEMP_LIMIT) {