| H A D | thermal-engine.c | 148 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high() argument 154 tz_id, tz->name, trip_id, temp); in trip_high() 159 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() argument 165 tz_id, tz->name, trip_id, temp); in trip_low() 170 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() argument 173 tz_id, trip_id, type, temp, hyst); in trip_add() 178 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete() argument 180 INFO("Trip point deleted %d: id=%d\n", tz_id, trip_id); in trip_delete() 185 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change() argument 192 tz_id, trip_id, type, temp, hyst); in trip_change() [all …]
|