Home
last modified time | relevance | path

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

/tools/thermal/thermal-engine/
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,
/tools/lib/thermal/
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()
/tools/lib/thermal/include/
A Dthermal.h46 int (*threshold_up)(int tz_id, int temp, int prev_temp, void *arg); member

Completed in 5 milliseconds