Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpci-acpi.h121 extern bool aer_acpi_firmware_first(void);
123 static inline bool aer_acpi_firmware_first(void) { return false; } in aer_acpi_firmware_first() function
/Linux-v5.4/drivers/pci/pcie/
Daer.c324 bool aer_acpi_firmware_first(void) in aer_acpi_firmware_first() function
1455 if (!pci_aer_available() || aer_acpi_firmware_first()) in pcie_aer_init()
/Linux-v5.4/drivers/acpi/
Dpci_root.c483 if (aer_acpi_firmware_first()) in negotiate_os_control()