Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpci-acpi.h115 extern bool aer_acpi_firmware_first(void);
117 static inline bool aer_acpi_firmware_first(void) { return false; } in aer_acpi_firmware_first() function
/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv_acpi.c126 bool aer_acpi_firmware_first(void) in aer_acpi_firmware_first() function
Daerdrv.c416 if (!pci_aer_available() || aer_acpi_firmware_first()) in aer_service_init()
/linux-4.4.14/drivers/acpi/
Dpci_root.c479 if (aer_acpi_firmware_first()) in negotiate_os_control()