Searched refs:shpchp_debug (Results 1 – 2 of 2) sorted by relevance
45 int shpchp_debug; variable59 MODULE_PARM(shpchp_debug, "i");62 MODULE_PARM_DESC(shpchp_debug, "Debugging mode enabled or not");
46 extern int shpchp_debug;49 #define dbg(format, arg...) do { if (shpchp_debug) printk("%s: " format, MY_NAME , ## arg); } while…