Searched defs:of_debugfs_root (Results 1 - 1 of 1) sorted by relevance

/arch/microblaze/kernel/
H A Dsetup.c199 struct dentry *of_debugfs_root; variable in typeref:struct:dentry
203 of_debugfs_root = debugfs_create_dir("microblaze", NULL);
205 return of_debugfs_root == NULL;
214 if (!of_debugfs_root)
217 d = debugfs_create_u32("tlb_skip", S_IRUGO, of_debugfs_root, &tlb_skip);

Completed in 58 milliseconds