Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp.h35 extern int ibmphp_debug;
42 #define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## …
43 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## a…
Dibmphp_core.c50 int ibmphp_debug; variable
1633 ibmphp_debug = debug; in ibmphp_init()