Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c248 static struct dentry *virthba_debugfs_dir; variable
1475 virthba_debugfs_dir = debugfs_create_dir("virthba", NULL); in virthba_mod_init()
1476 debugfs_create_file("info", S_IRUSR, virthba_debugfs_dir, in virthba_mod_init()
1479 virthba_debugfs_dir, &rsltq_wait_usecs); in virthba_mod_init()
1481 virthba_debugfs_dir, NULL, in virthba_mod_init()
1558 debugfs_remove_recursive(virthba_debugfs_dir); in virthba_mod_exit()