Searched refs:intel_th_dbg (Results 1 – 2 of 2) sorted by relevance
15 struct dentry *intel_th_dbg; variable19 intel_th_dbg = debugfs_create_dir("intel_th", NULL); in intel_th_debug_init()20 if (IS_ERR(intel_th_dbg)) in intel_th_debug_init()21 intel_th_dbg = NULL; in intel_th_debug_init()26 debugfs_remove(intel_th_dbg); in intel_th_debug_done()27 intel_th_dbg = NULL; in intel_th_debug_done()
12 extern struct dentry *intel_th_dbg;
Completed in 4 milliseconds