Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/thermal/include/
Dthermal.h47 int (*threshold_down)(int tz_id, int temp, int prev_temp, void *arg); member
/linux-6.14.4/tools/thermal/thermal-engine/
Dthermal-engine.c263 static int threshold_down(int tz_id, int temp, int prev_temp, __maybe_unused void *arg) in threshold_down() function