Searched defs:trip_add (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/lib/thermal/include/ |
D | thermal.h | 36 int (*trip_add)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); member
|
/linux-6.14.4/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 170 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() function
|