Home
last modified time | relevance | path

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

/linux/drivers/thermal/testing/
H A Dcommand.c89 struct dentry *d_testing; variable
194 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()
H A Dthermal_testing.h3 extern struct dentry *d_testing;