Searched refs:debug_acpi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | acpi_pcihp.c | 24 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0) 32 static bool debug_acpi; variable 211 module_param(debug_acpi, bool, 0644); 212 MODULE_PARM_DESC(debug_acpi, "Debugging mode for ACPI enabled or not");
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | acpi_pcihp.c | 24 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0) 32 static bool debug_acpi; variable 211 module_param(debug_acpi, bool, 0644); 212 MODULE_PARM_DESC(debug_acpi, "Debugging mode for ACPI enabled or not");
|
Completed in 1 milliseconds