Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/thermal/include/
Dthermal.h28 int (*trip_change)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); member
/linux-5.19.10/tools/thermal/thermal-engine/
Dthermal-engine.c151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change() function