Searched refs:qtnf_debugfs_dir (Results 1 – 1 of 1) sorted by relevance
28 static struct dentry *qtnf_debugfs_dir; variable922 return qtnf_debugfs_dir; in qtnf_get_debugfs_dir()928 qtnf_debugfs_dir = debugfs_create_dir(KBUILD_MODNAME, NULL); in qtnf_core_register()930 if (IS_ERR(qtnf_debugfs_dir)) in qtnf_core_register()931 qtnf_debugfs_dir = NULL; in qtnf_core_register()938 debugfs_remove(qtnf_debugfs_dir); in qtnf_core_exit()