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
597 * The mitigation is starting. A mitigation can contain in thermal_debug_tz_trip_up()
641 * a mitigation episode. in thermal_debug_tz_trip_up()
648 * mitigation episode. in thermal_debug_tz_trip_up()
668 /* Mark the end of mitigation for this trip point. */ in tz_episode_close_trip()
691 * mitigation detected before. That may happen when the in thermal_debug_tz_trip_down()
694 * no mitigation mechanism yet at boot time. in thermal_debug_tz_trip_down()
717 * This event closes the mitigation as we are crossing the in thermal_debug_tz_trip_down()
799 /* Mitigation in progress. */ in tze_seq_show()
807 seq_printf(s, ",-Mitigation at %llums, duration%c%llums, max. temp=%dm°C\n", in tze_seq_show()
817 * There is no possible mitigation happening at the in tze_seq_show()
832 /* Mitigation in progress. */ in tze_seq_show()
953 * A mitigation episode was in progress before the preceding system in thermal_debug_tz_resume()