Lines Matching refs:hyst
200 u8 temp, u8 hyst);
266 int ret = 0, temp, hyst; in exynos_tmu_initialize() local
314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()
317 hyst /= MCELSIUS; in exynos_tmu_initialize()
318 data->tmu_set_trip_hyst(data, i, temp, hyst); in exynos_tmu_initialize()
382 int trip, u8 temp, u8 hyst) in exynos4210_tmu_set_trip_hyst() argument
411 int trip, u8 temp, u8 hyst) in exynos4412_tmu_set_trip_hyst() argument
417 if (hyst) in exynos4412_tmu_set_trip_hyst()
418 th |= temp_to_code(data, temp - hyst) << 8 * trip; in exynos4412_tmu_set_trip_hyst()
470 int trip, u8 temp, u8 hyst) in exynos5433_tmu_set_trip_hyst() argument
485 th |= (temp_to_code(data, temp - hyst) << j * 8); in exynos5433_tmu_set_trip_hyst()
538 int trip, u8 temp, u8 hyst) in exynos7_tmu_set_trip_hyst() argument
548 th |= temp_to_code(data, temp - hyst) << (16 * bit_off); in exynos7_tmu_set_trip_hyst()