Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dacpi_pcihp.c39 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __func__…
47 static bool debug_acpi; variable
226 module_param(debug_acpi, bool, 0644);
227 MODULE_PARM_DESC(debug_acpi, "Debugging mode for ACPI enabled or not");