Searched refs:crit_temp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 85 sensor->cdata->crit_temp - in st_mmap_enable_irq() 165 .crit_temp = 120, 174 .crit_temp = 120,
|
D | st_thermal.h | 79 int crit_temp; member
|
D | st_thermal.c | 169 *temp = mcelsius(sensor->cdata->crit_temp); in st_thermal_get_trip_temp()
|
/linux-4.1.27/drivers/thermal/samsung/ |
D | exynos_tmu.c | 422 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/ |
D | thermal_core.c | 426 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()
|