Searched refs:find_irq_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kernel/apic/ |
D | io_apic.c | 703 static int find_irq_entry(int ioapic_idx, int pin, int type) in find_irq_entry() function 1116 idx = find_irq_entry(ioapic, pin, mp_INT); in mp_map_gsi_to_irq() 1214 idx = find_irq_entry(ioapic, pin, mp_INT); in setup_IO_APIC_irqs() 2140 idx = find_irq_entry(apic1, pin1, mp_INT); in check_timer() 2551 idx = find_irq_entry(ioapic, pin, mp_INT); in acpi_get_override_irq()
|