ibmphp_debug       21 drivers/pci/hotplug/ibmphp.h extern int ibmphp_debug;
ibmphp_debug       28 drivers/pci/hotplug/ibmphp.h #define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0)
ibmphp_debug       29 drivers/pci/hotplug/ibmphp.h #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0)
ibmphp_debug       37 drivers/pci/hotplug/ibmphp_core.c int ibmphp_debug;
ibmphp_debug     1278 drivers/pci/hotplug/ibmphp_core.c 	ibmphp_debug = debug;