Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c105 static struct dentry *punit_dbg_file; variable
109 punit_dbg_file = debugfs_create_dir("punit_atom", NULL); in punit_dbgfs_register()
111 debugfs_create_file("dev_power_state", 0444, punit_dbg_file, in punit_dbgfs_register()
117 debugfs_remove_recursive(punit_dbg_file); in punit_dbgfs_unregister()