Home
last modified time | relevance | path

Searched defs:trip_add (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h27 int (*trip_add)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); member
/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() function