Searched refs:trip_add (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() function 207 .events.trip_add = trip_add,
|
/linux-6.1.9/tools/lib/thermal/ |
D | events.c | 62 return ops->trip_add(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event() 111 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_ADD] = !!ops->trip_add; in thermal_events_ops_init()
|
/linux-6.1.9/tools/lib/thermal/include/ |
D | thermal.h | 27 int (*trip_add)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); member
|