Lines Matching refs:trip_id
578 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_up() local
645 tz_dbg->trips_crossed[tz_dbg->nr_trips++] = trip_id; in thermal_debug_tz_trip_up()
648 trip_stats = &tze->trip_stats[trip_id]; in thermal_debug_tz_trip_up()
657 static void tz_episode_close_trip(struct tz_episode *tze, int trip_id, ktime_t now) in tz_episode_close_trip() argument
659 struct trip_stats *trip_stats = &tze->trip_stats[trip_id]; in tz_episode_close_trip()
671 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_down() local
695 if (tz_dbg->trips_crossed[i] == trip_id) in thermal_debug_tz_trip_down()
709 tz_episode_close_trip(tze, trip_id, now); in thermal_debug_tz_trip_down()
745 int trip_id = tz_dbg->trips_crossed[i]; in thermal_debug_update_trip_stats() local
746 struct trip_stats *trip_stats = &tze->trip_stats[trip_id]; in thermal_debug_update_trip_stats()
788 int trip_id; in tze_seq_show() local
819 trip_id = thermal_zone_trip_id(tz, trip); in tze_seq_show()
820 trip_stats = &tze->trip_stats[trip_id]; in tze_seq_show()
840 4 , trip_id, in tze_seq_show()