Home
last modified time | relevance | path

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

/linux-6.15/tools/thermal/thermal-engine/
H 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,
/linux-6.15/tools/lib/thermal/
H 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()
/linux-6.15/tools/lib/thermal/include/
H A Dthermal.h44 int (*threshold_delete)(int tz_id, int temperature, int direction, void *arg); member