Searched refs:crit_temp (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_thermal.c | 155 int crit_temp, int emerg_temp) in mlxsw_thermal_module_trips_update() argument 162 if (!emerg_temp || !crit_temp) { in mlxsw_thermal_module_trips_update() 166 &crit_temp); in mlxsw_thermal_module_trips_update() 178 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update() 180 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update() 361 int temp, crit_temp, emerg_temp; in mlxsw_thermal_module_temp_get() local 372 &crit_temp, &emerg_temp); in mlxsw_thermal_module_temp_get() 380 crit_temp, emerg_temp); in mlxsw_thermal_module_temp_get() 531 int dummy_temp, crit_temp, emerg_temp; in mlxsw_thermal_module_init() local 551 &crit_temp, &emerg_temp); in mlxsw_thermal_module_init() [all …]
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_helpers.c | 85 int crit_temp = INT_MAX; in __thermal_zone_get_temp() local 96 crit_temp = trip.temperature; in __thermal_zone_get_temp() 106 if (!ret && *temp < crit_temp) in __thermal_zone_get_temp()
|
A D | uniphier_thermal.c | 249 int i, ret, irq, crit_temp = INT_MAX; in uniphier_tm_probe() local 305 trip.temperature < crit_temp) in uniphier_tm_probe() 306 crit_temp = trip.temperature; in uniphier_tm_probe() 310 if (crit_temp > CRITICAL_TEMP_LIMIT) { in uniphier_tm_probe()
|
/linux-6.3-rc2/drivers/thermal/st/ |
A D | st_thermal_memmap.c | 82 sensor->cdata->crit_temp - in st_mmap_enable_irq() 151 .crit_temp = 120, 160 .crit_temp = 120,
|
A D | st_thermal.h | 75 int crit_temp; member
|
A D | st_thermal.c | 205 trip.temperature = sensor->cdata->crit_temp; in st_thermal_register()
|
/linux-6.3-rc2/drivers/thermal/qcom/ |
A D | qcom-spmi-temp-alarm.c | 328 int crit_temp; in qpnp_tm_init() local 352 crit_temp = qpnp_tm_get_critical_trip_temp(chip); in qpnp_tm_init() 356 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp); in qpnp_tm_init()
|
/linux-6.3-rc2/drivers/thermal/broadcom/ |
A D | sr-thermal.c | 22 unsigned int crit_temp; member
|
Completed in 13 milliseconds