Lines Matching refs:hyst
43 INFO("trip id=%d, type=%d, temp=%d, hyst=%d\n",
44 tt->id, tt->type, tt->temp, tt->hyst);
136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg)
138 INFO("Trip point added %d: id=%d, type=%d, temp=%d, hyst=%d\n",
139 tz_id, trip_id, type, temp, hyst);
152 int hyst, __maybe_unused void *arg)
157 INFO("Trip point changed %d: id=%d, type=%d, temp=%d, hyst=%d\n",
158 tz_id, trip_id, type, temp, hyst);
162 tz->trip[trip_id].hyst = hyst;