Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/testing/
H A Dcommand.c89 struct dentry *d_testing; variable
204 d_testing = debugfs_create_dir("thermal-testing", NULL); in thermal_testing_init()
205 if (!IS_ERR(d_testing)) in thermal_testing_init()
206 debugfs_create_file("command", 0200, d_testing, NULL, in thermal_testing_init()
215 debugfs_remove(d_testing); in thermal_testing_exit()
H A Dthermal_testing.h3 extern struct dentry *d_testing;
H A Dzone.c168 tt_zone->d_tt_zone = debugfs_create_dir(f_name, d_testing); in tt_add_tz_work_fn()