Home
last modified time | relevance | path

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

/linux-4.1.27/tools/thermal/tmon/
Dtmon.h27 #define MAX_NR_TRIP 16 macro
88 struct trip_point tp[MAX_NR_TRIP];
Dsysfs.c136 if (tpid >= MAX_NR_TRIP) in get_trip_point_data()
192 if (tp_id < 0 || tp_id >= MAX_NR_TRIP) { in find_tzone_tp()
245 if (trip_instance > MAX_NR_TRIP) in find_tzone_cdev()