Home
last modified time | relevance | path

Searched refs:__tt (Results 1 – 1 of 1) sorted by relevance

/tools/lib/thermal/
A Dcommands.c121 struct thermal_trip *__tt = NULL; in parse_tz_get_trip() local
131 __tt = realloc(__tt, sizeof(*__tt) * (size + 2)); in parse_tz_get_trip()
132 if (!__tt) in parse_tz_get_trip()
148 if (__tt) in parse_tz_get_trip()
149 __tt[size].id = -1; in parse_tz_get_trip()
151 tz->trip = __tt; in parse_tz_get_trip()
214 __tt = realloc(__tt, sizeof(*__tt) * (size + 2)); in parse_threshold_get()
215 if (!__tt) in parse_threshold_get()
225 if (__tt) in parse_threshold_get()
226 __tt[size].temperature = INT_MAX; in parse_threshold_get()
[all …]

Completed in 3 milliseconds