Searched refs:d_top (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thermal/ |
H A D | thermal_debugfs.c | 170 struct dentry *d_top; member 204 thermal_dbg->d_top = debugfs_create_dir(ids, d); in thermal_debugfs_add_id() 205 if (IS_ERR(thermal_dbg->d_top)) { in thermal_debugfs_add_id() 218 debugfs_remove(thermal_dbg->d_top); in thermal_debugfs_remove_id() 504 debugfs_create_file("trans_table", 0400, thermal_dbg->d_top, in thermal_debug_cdev_add() 507 debugfs_create_file("time_in_state_ms", 0400, thermal_dbg->d_top, in thermal_debug_cdev_add() 510 debugfs_create_file("clear", 0200, thermal_dbg->d_top, in thermal_debug_cdev_add() 513 debugfs_create_u32("total_trans", 0400, thermal_dbg->d_top, in thermal_debug_cdev_add() 882 debugfs_create_file("mitigations", 0400, thermal_dbg->d_top, in thermal_debug_tz_add()
|