Searched refs:crit_temp (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/st/ |
H A D | st_thermal_syscfg.c | 109 .crit_temp = 120, 119 .crit_temp = 120, 129 .crit_temp = 120, 139 .crit_temp = 120,
|
H A D | st_thermal_memmap.c | 82 sensor->cdata->crit_temp - in st_mmap_enable_irq() 160 .crit_temp = 120, 169 .crit_temp = 120,
|
H A D | st_thermal.h | 66 * @crit_temp: The temperature beyond which the SoC should be shutdown 75 int crit_temp; member
|
H A D | st_thermal.c | 163 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
|
/kernel/linux/linux-6.6/drivers/thermal/st/ |
H A D | st_thermal_memmap.c | 82 sensor->cdata->crit_temp - in st_mmap_enable_irq() 151 .crit_temp = 120, 160 .crit_temp = 120,
|
H A D | st_thermal.h | 66 * @crit_temp: The temperature beyond which the SoC should be shutdown 75 int crit_temp; member
|
H A D | st_thermal.c | 202 trip.temperature = sensor->cdata->crit_temp; in st_thermal_register()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_helpers.c | 88 int crit_temp = INT_MAX; in __thermal_zone_get_temp() local 99 crit_temp = trip.temperature; in __thermal_zone_get_temp() 109 if (!ret && *temp < crit_temp) in __thermal_zone_get_temp()
|
H A D | uniphier_thermal.c | 248 int i, ret, irq, crit_temp = INT_MAX; in uniphier_tm_probe() local 304 trip.temperature < crit_temp) in uniphier_tm_probe() 305 crit_temp = trip.temperature; in uniphier_tm_probe() 309 if (crit_temp > CRITICAL_TEMP_LIMIT) { in uniphier_tm_probe()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A 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()
|
H A D | thermal_helpers.c | 82 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 156 int crit_temp, emerg_temp; in mlxsw_thermal_module_trips_update() local 161 &crit_temp); in mlxsw_thermal_module_trips_update() 171 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update() 173 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update() 184 if (crit_temp >= MLXSW_THERMAL_MODULE_TEMP_SHIFT) in mlxsw_thermal_module_trips_update() 185 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp - in mlxsw_thermal_module_trips_update() 188 tz->trips[MLXSW_THERMAL_TEMP_TRIP_NORM].temp = crit_temp; in mlxsw_thermal_module_trips_update() 189 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HIGH].temp = crit_temp; in mlxsw_thermal_module_trips_update()
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | qcom-spmi-temp-alarm.c | 309 int crit_temp; in qpnp_tm_init() local 333 crit_temp = qpnp_tm_get_critical_trip_temp(chip); in qpnp_tm_init() 334 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp); in qpnp_tm_init()
|
/kernel/linux/linux-6.6/drivers/thermal/broadcom/ |
H A D | sr-thermal.c | 22 unsigned int crit_temp; member
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | qcom-spmi-temp-alarm.c | 327 int crit_temp; in qpnp_tm_init() local 351 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()
|
/kernel/linux/linux-5.10/drivers/thermal/broadcom/ |
H A D | sr-thermal.c | 23 unsigned int crit_temp; member
|
Completed in 8 milliseconds