Searched refs:cdev_dbg (Results 1 – 1 of 1) sorted by relevance
173 struct cdev_debugfs cdev_dbg; member267 static void thermal_debugfs_cdev_clear(struct cdev_debugfs *cdev_dbg) in thermal_debugfs_cdev_clear() argument275 &cdev_dbg->transitions[i], node) { in thermal_debugfs_cdev_clear()281 &cdev_dbg->durations[i], node) { in thermal_debugfs_cdev_clear()287 cdev_dbg->total = 0; in thermal_debugfs_cdev_clear()316 struct cdev_debugfs *cdev_dbg = &thermal_dbg->cdev_dbg; in cdev_tt_seq_show() local317 struct list_head *transitions = cdev_dbg->transitions; in cdev_tt_seq_show()352 struct cdev_debugfs *cdev_dbg = &thermal_dbg->cdev_dbg; in cdev_dt_seq_show() local353 struct list_head *durations = cdev_dbg->durations; in cdev_dt_seq_show()363 if (entry->id == cdev_dbg->current_state) in cdev_dt_seq_show()[all …]