Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal.h64 #define OMAP_TRIP_NUMBER 2 macro
66 ((OMAP_TRIP_SHUTDOWN - OMAP_TRIP_HOT) / (OMAP_TRIP_NUMBER - 1))
84 ((trip) >= 0 && (trip) < OMAP_TRIP_NUMBER)
Dti-thermal-common.c222 if (trip + 1 == OMAP_TRIP_NUMBER) in ti_thermal_get_trip_type()
286 return ti_thermal_get_trip_temp(thermal, OMAP_TRIP_NUMBER - 1, temp); in ti_thermal_get_crit_temp()
345 OMAP_TRIP_NUMBER, 0, data, &ti_thermal_ops, in ti_thermal_expose_sensor()