Searched refs:d_testing (Results 1 – 2 of 2) sorted by relevance
89 struct dentry *d_testing; variable194 d_testing = debugfs_create_dir("thermal-testing", NULL); in thermal_testing_init()195 if (!IS_ERR(d_testing)) in thermal_testing_init()196 debugfs_create_file("command", 0200, d_testing, NULL, in thermal_testing_init()205 debugfs_remove(d_testing); in thermal_testing_exit()
3 extern struct dentry *d_testing;