Searched refs:intel_th_dbg (Results 1 – 2 of 2) sorted by relevance
23 struct dentry *intel_th_dbg; variable27 intel_th_dbg = debugfs_create_dir("intel_th", NULL); in intel_th_debug_init()28 if (IS_ERR(intel_th_dbg)) in intel_th_debug_init()29 intel_th_dbg = NULL; in intel_th_debug_init()34 debugfs_remove(intel_th_dbg); in intel_th_debug_done()35 intel_th_dbg = NULL; in intel_th_debug_done()
20 extern struct dentry *intel_th_dbg;