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