Searched refs:acpi_dsdt_add_gpex_host (Results 1 – 3 of 3) sorted by relevance
74 void acpi_dsdt_add_gpex_host(Aml *scope, uint32_t irq);
452 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ); in build_dsdt()458 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ + VIRT_IRQCHIP_NUM_SOURCES); in build_dsdt()464 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ + VIRT_IRQCHIP_NUM_SOURCES * 2); in build_dsdt()
289 void acpi_dsdt_add_gpex_host(Aml *scope, uint32_t irq) in acpi_dsdt_add_gpex_host() function