Searched refs:punit_dbg_file (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/platform/atom/
H A Dpunit_atom_debug.c117 static struct dentry *punit_dbg_file; variable in typeref:struct:dentry
123 punit_dbg_file = debugfs_create_dir("punit_atom", NULL); punit_dbgfs_register()
124 if (!punit_dbg_file) punit_dbgfs_register()
128 punit_dbg_file, punit_device, punit_dbgfs_register()
132 debugfs_remove(punit_dbg_file); punit_dbgfs_register()
141 debugfs_remove_recursive(punit_dbg_file); punit_dbgfs_unregister()

Completed in 38 milliseconds