Searched refs:crit_temp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/thermal/st/ |
D | st_thermal_syscfg.c | 113 .crit_temp = 120, 123 .crit_temp = 120, 133 .crit_temp = 120, 143 .crit_temp = 120,
|
D | st_thermal_memmap.c | 86 sensor->cdata->crit_temp - in st_mmap_enable_irq() 166 .crit_temp = 120, 175 .crit_temp = 120,
|
D | st_thermal.h | 79 int crit_temp; member
|
D | st_thermal.c | 168 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_helpers.c | 81 int crit_temp = INT_MAX; in thermal_zone_get_temp() local 96 &crit_temp); in thermal_zone_get_temp() 106 if (!ret && *temp < crit_temp) in thermal_zone_get_temp()
|
D | uniphier_thermal.c | 263 int i, ret, irq, ntrips, crit_temp = INT_MAX; in uniphier_tm_probe() local 321 trips[i].temperature < crit_temp) in uniphier_tm_probe() 322 crit_temp = trips[i].temperature; in uniphier_tm_probe() 326 if (crit_temp > CRITICAL_TEMP_LIMIT) { in uniphier_tm_probe()
|