Home
last modified time | relevance | path

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

/linux-4.1.27/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.c169 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c422 unsigned long crit_temp = 0; in exynos4412_tmu_initialize() local
462 crit_temp = trips[i].temperature; in exynos4412_tmu_initialize()
474 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos4412_tmu_initialize()
492 unsigned long crit_temp = 0; in exynos5440_tmu_initialize() local
521 if (!data->tzd->ops->get_crit_temp(data->tzd, &crit_temp)) { in exynos5440_tmu_initialize()
522 threshold_code = temp_to_code(data, crit_temp / MCELSIUS); in exynos5440_tmu_initialize()
/linux-4.1.27/drivers/thermal/
Dthermal_core.c426 unsigned long crit_temp = -1UL; in thermal_zone_get_temp() local
443 ret = tz->ops->get_trip_temp(tz, count, &crit_temp); in thermal_zone_get_temp()
451 if (*temp < crit_temp) in thermal_zone_get_temp()