Home
last modified time | relevance | path

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

/drivers/thermal/st/
Dst_thermal_syscfg.c113 .crit_temp = 120,
123 .crit_temp = 120,
133 .crit_temp = 120,
143 .crit_temp = 120,
Dst_thermal_memmap.c85 sensor->cdata->crit_temp - in st_mmap_enable_irq()
165 .crit_temp = 120,
174 .crit_temp = 120,
Dst_thermal.h79 int crit_temp; member
Dst_thermal.c168 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
/drivers/thermal/samsung/
Dexynos_tmu.c447 unsigned long crit_temp = 0; in exynos4412_tmu_initialize() local
487 crit_temp = trips[i].temperature; in exynos4412_tmu_initialize()
499 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos4412_tmu_initialize()
613 int crit_temp = 0; in exynos5440_tmu_initialize() local
642 if (!data->tzd->ops->get_crit_temp(data->tzd, &crit_temp)) { in exynos5440_tmu_initialize()
643 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos5440_tmu_initialize()
/drivers/thermal/
Dthermal_core.c488 int crit_temp = INT_MAX; in thermal_zone_get_temp() local
503 &crit_temp); in thermal_zone_get_temp()
513 if (!ret && *temp < crit_temp) in thermal_zone_get_temp()