Home
last modified time | relevance | path

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

/tools/thermal/thermal-engine/
A Dthermal-engine.c241 static int threshold_delete(int tz_id, int temp, int direction, __maybe_unused void *arg) in threshold_delete() function
286 .events.threshold_delete = threshold_delete,
/tools/lib/thermal/
A Devents.c104 return ops->threshold_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()
142 enabled_ops[THERMAL_GENL_EVENT_THRESHOLD_DELETE] = !!ops->threshold_delete; in thermal_events_ops_init()
/tools/lib/thermal/include/
A Dthermal.h44 int (*threshold_delete)(int tz_id, int temperature, int direction, void *arg); member

Completed in 7 milliseconds