Home
last modified time | relevance | path

Searched refs:threshold_up (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/thermal/thermal-engine/
H A Dthermal-engine.c255 static int threshold_up(int tz_id, int temp, int prev_temp, __maybe_unused void *arg) in threshold_up() function
288 .events.threshold_up = threshold_up,
/linux-6.15/tools/lib/thermal/
H A Devents.c112 return ops->threshold_up(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()
144 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_UP] = !!ops->threshold_up; in thermal_events_ops_init()
/linux-6.15/tools/lib/thermal/include/
H A Dthermal.h46 int (*threshold_up)(int tz_id, int temp, int prev_temp, void *arg); member