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

/linux-master/arch/x86/platform/atom/
H A Dpunit_atom_debug.c108 static struct dentry *punit_dbg_file; variable in typeref:struct:dentry
112 punit_dbg_file = debugfs_create_dir("punit_atom", NULL);
114 debugfs_create_file("dev_power_state", 0444, punit_dbg_file,
120 debugfs_remove_recursive(punit_dbg_file);

Completed in 109 milliseconds