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

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c141 * @tz_episodes: a list of thermal mitigation episodes
147 struct list_head tz_episodes; member in struct:tz_debugfs
607 list_add(&tze->node, &tz_dbg->tz_episodes);
625 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node);
678 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node);
715 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node);
734 return seq_list_start(&tz_dbg->tz_episodes, *pos);
742 return seq_list_next(v, &tz_dbg->tz_episodes, pos);
829 INIT_LIST_HEAD(&tz_dbg->tz_episodes);
862 list_for_each_entry_safe(tze, tmp, &tz_dbg->tz_episodes, nod
[all...]

Completed in 105 milliseconds