Home
last modified time | relevance | path

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

/linux-6.1.9/tools/thermal/thermal-engine/
Dthermal-engine.c151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change() function
209 .events.trip_change = trip_change,
/linux-6.1.9/tools/lib/thermal/
Devents.c55 return ops->trip_change(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()
110 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_CHANGE] = !!ops->trip_change; in thermal_events_ops_init()
/linux-6.1.9/tools/lib/thermal/include/
Dthermal.h28 int (*trip_change)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); member