Lines Matching refs:trips
292 const struct thermal_trip * const trips = in get_th_reg() local
297 if (!trips) { in get_th_reg()
304 if (trips[i].type == THERMAL_TRIP_CRITICAL) in get_th_reg()
307 temp = trips[i].temperature / MCELSIUS; in get_th_reg()
309 temp -= (trips[i].hysteresis / MCELSIUS); in get_th_reg()
374 const struct thermal_trip * const trips = in exynos4210_tmu_initialize() local
380 if (!trips) { in exynos4210_tmu_initialize()
396 reference = trips[0].temperature / MCELSIUS; in exynos4210_tmu_initialize()
405 temp = trips[i].temperature / MCELSIUS; in exynos4210_tmu_initialize()
418 const struct thermal_trip * const trips = in exynos4412_tmu_initialize() local
461 if (trips[i].type == THERMAL_TRIP_CRITICAL) { in exynos4412_tmu_initialize()
462 crit_temp = trips[i].temperature; in exynos4412_tmu_initialize()