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

/linux-4.1.27/arch/x86/kernel/
H A Diosf_mbi.c231 static struct dentry *iosf_dbg; variable in typeref:struct:dentry
237 iosf_dbg = debugfs_create_dir("iosf_sb", NULL); iosf_sideband_debug_init()
238 if (IS_ERR_OR_NULL(iosf_dbg)) iosf_sideband_debug_init()
242 d = debugfs_create_x32("mdr", 0660, iosf_dbg, &dbg_mdr); iosf_sideband_debug_init()
247 debugfs_create_x32("mcrx", 0660, iosf_dbg, &dbg_mcrx); iosf_sideband_debug_init()
252 debugfs_create_file("mcr", 0660, iosf_dbg, &dbg_mcr, &iosf_mcr_fops); iosf_sideband_debug_init()
269 debugfs_remove_recursive(iosf_dbg); iosf_debugfs_remove()

Completed in 37 milliseconds