Home
last modified time | relevance | path

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

/drivers/thermal/samsung/
Dexynos_tmu.c519 int temp, temp_hist; in exynos5433_tmu_initialize() local
593 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos5433_tmu_initialize()
594 temp_hist = temp - (temp_hist / MCELSIUS); in exynos5433_tmu_initialize()
595 threshold_code = temp_to_code(data, temp_hist); in exynos5433_tmu_initialize()
667 int temp, temp_hist; in exynos7_tmu_initialize() local
712 tz->ops->get_trip_hyst(tz, i, &temp_hist); in exynos7_tmu_initialize()
713 temp_hist = temp - (temp_hist / MCELSIUS); in exynos7_tmu_initialize()
725 threshold_code = temp_to_code(data, temp_hist); in exynos7_tmu_initialize()