Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/st/
Dst_thermal_memmap.c82 sensor->cdata->crit_temp - in st_mmap_enable_irq()
151 .crit_temp = 120,
160 .crit_temp = 120,
Dst_thermal.h75 int crit_temp; member
Dst_thermal.c202 trip.temperature = sensor->cdata->crit_temp; in st_thermal_register()
/linux-6.6.21/drivers/thermal/
Dthermal_helpers.c88 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()
Duniphier_thermal.c248 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()
/linux-6.6.21/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c327 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()
/linux-6.6.21/drivers/thermal/broadcom/
Dsr-thermal.c22 unsigned int crit_temp; member