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

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c159 * @d_top: top directory of the thermal object directory
166 struct dentry *d_top; member in struct:thermal_debugfs
200 thermal_dbg->d_top = debugfs_create_dir(ids, d);
201 if (!thermal_dbg->d_top) {
214 debugfs_remove(thermal_dbg->d_top);
484 debugfs_create_file("trans_table", 0400, thermal_dbg->d_top,
487 debugfs_create_file("time_in_state_ms", 0400, thermal_dbg->d_top,
490 debugfs_create_file("clear", 0200, thermal_dbg->d_top,
493 debugfs_create_u32("total_trans", 0400, thermal_dbg->d_top,
831 debugfs_create_file("mitigations", 0400, thermal_dbg->d_top,
[all...]

Completed in 78 milliseconds