Searched refs:tz_episodes (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thermal/ |
H A D | thermal_debugfs.c | 151 struct list_head tz_episodes; member 634 list_add(&tze->node, &tz_dbg->tz_episodes); 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() 712 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_trip_down() 744 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_update_trip_stats() 768 return seq_list_start(&tz_dbg->tz_episodes, *pos); in tze_seq_start() 776 return seq_list_next(v, &tz_dbg->tz_episodes, pos); in tze_seq_next() 885 INIT_LIST_HEAD(&tz_dbg->tz_episodes); in thermal_debug_tz_add() 923 list_for_each_entry_safe(tze, tmp, &tz_dbg->tz_episodes, node) { in thermal_debug_tz_remove() 957 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_resume()
|