Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dcpqphp.h41 #define dbg(fmt, arg...) do { if (cpqhp_debug) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## arg); } …
474 extern int cpqhp_debug;
Dcpqphp_core.c48 int cpqhp_debug; variable
1507 cpqhp_debug = debug; in cpqhpc_init()