Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/pci/
Dirq.c27 static struct irq_routing_table *pirq_table; variable
121 struct irq_routing_table *rt = pirq_table; in pirq_peer_trick()
822 struct irq_routing_table *rt = pirq_table; in pirq_find_router()
869 struct irq_routing_table *rt = pirq_table; in pirq_get_info()
904 if (!pirq_table) in pcibios_lookup_irq()
920 'A' + pin - 1, pirq, mask, pirq_table->exclusive_irqs); in pcibios_lookup_irq()
1131 pirq_table = pirq_find_routing_table(); in pcibios_irq_init()
1134 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) { in pcibios_irq_init()
1135 pirq_table = pcibios_get_irq_routing_table(); in pcibios_irq_init()
1136 rtable = pirq_table; in pcibios_irq_init()
[all …]