Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_debugfs.c173 struct cdev_debugfs cdev_dbg; member
267 static void thermal_debugfs_cdev_clear(struct cdev_debugfs *cdev_dbg) in thermal_debugfs_cdev_clear() argument
275 &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() local
317 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() local
353 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 …]