Searched refs:tz_dbg (Results 1 – 1 of 1) sorted by relevance
174 struct tz_debugfs tz_dbg; member586 struct tz_debugfs *tz_dbg; in thermal_debug_tz_trip_up() local592 tz_dbg = &thermal_dbg->tz_dbg; in thermal_debug_tz_trip_up()629 if (!tz_dbg->nr_trips) { in thermal_debug_tz_trip_up()634 list_add(&tze->node, &tz_dbg->tz_episodes); in thermal_debug_tz_trip_up()650 tz_dbg->trips_crossed[tz_dbg->nr_trips++] = trip_id; in thermal_debug_tz_trip_up()652 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_trip_up()679 struct tz_debugfs *tz_dbg; in thermal_debug_tz_trip_down() local685 tz_dbg = &thermal_dbg->tz_dbg; in thermal_debug_tz_trip_down()696 if (!tz_dbg->nr_trips) in thermal_debug_tz_trip_down()[all …]