Lines Matching full:mitigation
94 * @trip_temp: trip temperature at mitigation start
95 * @trip_hyst: trip hysteresis at mitigation start
111 * struct tz_episode - A mitigation episode information
113 * The tz_episode structure describes a mitigation episode. A
114 * mitigation episode begins the trip point with the lower temperature
121 * @duration: total duration of the mitigation episode
135 * struct tz_debugfs - Store all mitigation episodes for a thermal zone
137 * The tz_debugfs structure contains the list of the mitigation
139 * order to handle correctly nested trip point mitigation episodes.
145 * @tz_episodes: a list of thermal mitigation episodes
592 * The mitigation is starting. A mitigation can contain in thermal_debug_tz_trip_up()
636 * a mitigation episode. in thermal_debug_tz_trip_up()
643 * mitigation episode. in thermal_debug_tz_trip_up()
663 /* Mark the end of mitigation for this trip point. */ in tz_episode_close_trip()
686 * mitigation detected before. That may happen when the in thermal_debug_tz_trip_down()
689 * no mitigation mechanism yet at boot time. in thermal_debug_tz_trip_down()
712 * This event closes the mitigation as we are crossing the in thermal_debug_tz_trip_down()
794 /* Mitigation in progress. */ in tze_seq_show()
802 seq_printf(s, ",-Mitigation at %llums, duration%c%llums, max. temp=%dm°C\n", in tze_seq_show()
812 * There is no possible mitigation happening at the in tze_seq_show()
827 /* Mitigation in progress. */ in tze_seq_show()
943 * A mitigation episode was in progress before the preceding system in thermal_debug_tz_resume()