Home
last modified time | relevance | path

Searched refs:crit_temp (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_thermal.c155 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 Dthermal_helpers.c85 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 Duniphier_thermal.c249 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 Dst_thermal_memmap.c82 sensor->cdata->crit_temp - in st_mmap_enable_irq()
151 .crit_temp = 120,
160 .crit_temp = 120,
A Dst_thermal.h75 int crit_temp; member
A Dst_thermal.c205 trip.temperature = sensor->cdata->crit_temp; in st_thermal_register()
/linux-6.3-rc2/drivers/thermal/qcom/
A Dqcom-spmi-temp-alarm.c328 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 Dsr-thermal.c22 unsigned int crit_temp; member

Completed in 10 milliseconds