Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorhba/
Dvisorhba_main.c55 static struct dentry *visorhba_debugfs_dir; variable
1201 visorhba_debugfs_dir = debugfs_create_dir("visorhba", NULL); in visorhba_init()
1202 if (!visorhba_debugfs_dir) in visorhba_init()
1205 ret = debugfs_create_file("info", S_IRUSR, visorhba_debugfs_dir, NULL, in visorhba_init()
1220 debugfs_remove_recursive(visorhba_debugfs_dir); in visorhba_init()
1233 debugfs_remove_recursive(visorhba_debugfs_dir); in visorhba_exit()