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