Home
last modified time | relevance | path

Searched refs:tz_episodes (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_debugfs.c151 struct list_head tz_episodes; member
629 list_add(&tze->node, &tz_dbg->tz_episodes); 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()
707 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_trip_down()
739 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_update_trip_stats()
763 return seq_list_start(&tz_dbg->tz_episodes, *pos); in tze_seq_start()
771 return seq_list_next(v, &tz_dbg->tz_episodes, pos); in tze_seq_next()
880 INIT_LIST_HEAD(&tz_dbg->tz_episodes); in thermal_debug_tz_add()
913 list_for_each_entry_safe(tze, tmp, &tz_dbg->tz_episodes, node) { in thermal_debug_tz_remove()
947 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_resume()