Searched refs:tz_dbg (Results 1 – 1 of 1) sorted by relevance
174 struct tz_debugfs tz_dbg; member581 struct tz_debugfs *tz_dbg; in thermal_debug_tz_trip_up() local587 tz_dbg = &thermal_dbg->tz_dbg; in thermal_debug_tz_trip_up()624 if (!tz_dbg->nr_trips) { in thermal_debug_tz_trip_up()629 list_add(&tze->node, &tz_dbg->tz_episodes); in thermal_debug_tz_trip_up()645 tz_dbg->trips_crossed[tz_dbg->nr_trips++] = trip_id; in thermal_debug_tz_trip_up()647 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_trip_up()674 struct tz_debugfs *tz_dbg; in thermal_debug_tz_trip_down() local680 tz_dbg = &thermal_dbg->tz_dbg; in thermal_debug_tz_trip_down()691 if (!tz_dbg->nr_trips) in thermal_debug_tz_trip_down()[all …]