Searched refs:trip_stats (Results 1 – 1 of 1) sorted by relevance
100 struct trip_stats { struct131 struct trip_stats trip_stats[]; member585 struct trip_stats *trip_stats; in thermal_debug_tz_trip_up() local653 trip_stats = &tze->trip_stats[trip_id]; in thermal_debug_tz_trip_up()664 struct trip_stats *trip_stats = &tze->trip_stats[trip_id]; in tz_episode_close_trip() local667 trip_stats->duration = ktime_add(delta, trip_stats->duration); in tz_episode_close_trip()751 struct trip_stats *trip_stats = &tze->trip_stats[trip_id]; in thermal_debug_update_trip_stats() local753 trip_stats->min = min(trip_stats->min, tz->temperature); in thermal_debug_update_trip_stats()754 trip_stats->avg += (tz->temperature - trip_stats->avg) / in thermal_debug_update_trip_stats()814 struct trip_stats *trip_stats; in tze_seq_show() local[all …]
Completed in 5 milliseconds