Home
last modified time | relevance | path

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

/drivers/thermal/
Dexynos_thermal.c221 static int exynos_get_trip_temp(struct thermal_zone_device *thermal, int trip, in exynos_get_trip_temp() function
240 ret = exynos_get_trip_temp(thermal, GET_TRIP(PANIC_ZONE), temp); in exynos_get_crit_temp()
375 ret = exynos_get_trip_temp(thermal, trip, &trip_temp); in exynos_get_trend()
396 .get_trip_temp = exynos_get_trip_temp,