Searched refs:trip_change (Results 1 – 3 of 3) sorted by relevance
/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 151 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/tools/lib/thermal/ |
H A D | events.c | 55 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/tools/lib/thermal/include/ |
H A D | thermal.h | 28 int (*trip_change)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); member
|