Home
last modified time | relevance | path

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

/tools/thermal/thermal-engine/
A Dthermal-engine.c263 static int threshold_down(int tz_id, int temp, int prev_temp, __maybe_unused void *arg) in threshold_down() function
289 .events.threshold_down = threshold_down,
/tools/lib/thermal/
A Devents.c117 return ops->threshold_down(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()
145 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_DOWN] = !!ops->threshold_down; in thermal_events_ops_init()
/tools/lib/thermal/include/
A Dthermal.h47 int (*threshold_down)(int tz_id, int temp, int prev_temp, void *arg); member

Completed in 6 milliseconds