Home
last modified time | relevance | path

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

/tools/thermal/thermal-engine/
A Dthermal-engine.c234 static int threshold_add(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_add() function
285 .events.threshold_add = threshold_add,
/tools/lib/thermal/
A Devents.c99 return ops->threshold_add(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()
141 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_ADD] = !!ops->threshold_add; in thermal_events_ops_init()
/tools/lib/thermal/include/
A Dthermal.h43 int (*threshold_add)(int tz_id, int temperature, int direction, void *arg); member

Completed in 6 milliseconds