Home
last modified time | relevance | path

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

/linux-5.19.10/tools/thermal/thermal-engine/
Dthermal-engine.c144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete() function
208 .events.trip_delete = trip_delete,
/linux-5.19.10/tools/lib/thermal/
Devents.c69 return ops->trip_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()
112 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_DELETE] = !!ops->trip_delete; in thermal_events_ops_init()
/linux-5.19.10/tools/lib/thermal/include/
Dthermal.h29 int (*trip_delete)(int tz_id, int trip_id, void *arg); member