Lines Matching refs:trips
317 const struct thermal_trip * const trips = in get_th_reg() local
322 if (!trips) { in get_th_reg()
329 if (trips[i].type == THERMAL_TRIP_CRITICAL) in get_th_reg()
332 temp = trips[i].temperature / MCELSIUS; in get_th_reg()
334 temp -= (trips[i].hysteresis / MCELSIUS); in get_th_reg()
399 const struct thermal_trip * const trips = in exynos4210_tmu_initialize() local
405 if (!trips) { in exynos4210_tmu_initialize()
421 reference = trips[0].temperature / MCELSIUS; in exynos4210_tmu_initialize()
430 temp = trips[i].temperature / MCELSIUS; in exynos4210_tmu_initialize()
443 const struct thermal_trip * const trips = in exynos4412_tmu_initialize() local
486 if (trips[i].type == THERMAL_TRIP_CRITICAL) { in exynos4412_tmu_initialize()
487 crit_temp = trips[i].temperature; in exynos4412_tmu_initialize()