Home
last modified time | relevance | path

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

/drivers/thermal/testing/
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()
A Dthermal_testing.h3 extern struct dentry *d_testing;
A Dzone.c168 tt_zone->d_tt_zone = debugfs_create_dir(f_name, d_testing); in tt_add_tz_work_fn()

Completed in 7 milliseconds