Searched refs:hyst (Results 1 – 3 of 3) sorted by relevance
| /tools/thermal/thermal-engine/ |
| A D | thermal-engine.c | 52 tt->id, tt->type, tt->temp, tt->hyst); in show_trip() 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() 186 int hyst, __maybe_unused void *arg) in trip_change() argument 192 tz_id, trip_id, type, temp, hyst); in trip_change() 196 tz->trip[trip_id].hyst = hyst; in trip_change()
|
| /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); 37 int (*trip_change)(int tz_id, int trip_id, int type, int temp, int hyst, void *arg); 59 int hyst; member
|
| /tools/lib/thermal/ |
| A D | commands.c | 145 __tt[size - 1].hyst = nla_get_u32(attr); in parse_tz_get_trip()
|
Completed in 10 milliseconds