Home
last modified time | relevance | path

Searched refs:MAX_NR_TRIP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtmon.h18 #define MAX_NR_TRIP 16 macro
82 struct trip_point tp[MAX_NR_TRIP];
H A Dsysfs.c128 if (tpid >= MAX_NR_TRIP) in get_trip_point_data()
184 if (tp_id < 0 || tp_id >= MAX_NR_TRIP) { in find_tzone_tp()
238 if (trip_instance > MAX_NR_TRIP) in find_tzone_cdev()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtmon.h18 #define MAX_NR_TRIP 16 macro
82 struct trip_point tp[MAX_NR_TRIP];
H A Dsysfs.c128 if (tpid >= MAX_NR_TRIP) in get_trip_point_data()
184 if (tp_id < 0 || tp_id >= MAX_NR_TRIP) { in find_tzone_tp()
238 if (trip_instance > MAX_NR_TRIP) in find_tzone_cdev()

Completed in 4 milliseconds