IRQRoutingTable
IRQRoutingTable table;
IRQRoutingTable& routingTable,
configure_link_devices(acpi_module_info* acpi, IRQRoutingTable& routingTable)
find_routing_table_entry(IRQRoutingTable& table, uint8 bus, uint8 device,
IRQRoutingTable& matchedTable, IRQRoutingTable& unmatchedTable,
IRQRoutingTable& table, IRQRoutingTable& unmatchedTable, bool rootBridge,
read_irq_routing_table(acpi_module_info* acpi, IRQRoutingTable& table,
IRQRoutingTable unmatchedTable;
prepare_irq_routing(acpi_module_info* acpi, IRQRoutingTable& routingTable,
enable_irq_routing(acpi_module_info* acpi, IRQRoutingTable& routingTable)
print_irq_routing_table(const IRQRoutingTable& table)
void print_irq_routing_table(const IRQRoutingTable& table);
status_t prepare_irq_routing(acpi_module_info* acpi, IRQRoutingTable& table,
IRQRoutingTable& routingTable);
IRQRoutingTable table;