H A D | thermal-engine.c | 114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high() argument 120 tz_id, tz->name, trip_id, temp); in trip_high() 125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() argument 131 tz_id, tz->name, trip_id, temp); in trip_low() 136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() argument 139 tz_id, trip_id, type, temp, hyst); in trip_add() 144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete() argument 146 INFO("Trip point deleted %d: id=%d\n", tz_id, trip_id); in trip_delete() 151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change() argument 158 tz_id, trip_id, type, temp, hyst); in trip_change() [all …]
|