Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_debugfs.c18 static struct dentry *d_root; variable
180 d_root = debugfs_create_dir("thermal", NULL); in thermal_debug_init()
181 if (IS_ERR(d_root)) in thermal_debug_init()
184 d_cdev = debugfs_create_dir("cooling_devices", d_root); in thermal_debug_init()
188 d_tz = debugfs_create_dir("thermal_zones", d_root); in thermal_debug_init()