Home
last modified time | relevance | path

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

/drivers/thermal/
A Dthermal_debugfs.c100 struct trip_stats { struct
131 struct trip_stats trip_stats[]; member
585 struct trip_stats *trip_stats; in thermal_debug_tz_trip_up() local
653 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() local
667 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() local
753 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