Home
last modified time | relevance | path

Searched refs:shpchp_debug (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_core.c45 int shpchp_debug; variable
59 MODULE_PARM(shpchp_debug, "i");
62 MODULE_PARM_DESC(shpchp_debug, "Debugging mode enabled or not");
Dshpchp.h46 extern int shpchp_debug;
49 #define dbg(format, arg...) do { if (shpchp_debug) printk("%s: " format, MY_NAME , ## arg); } while…