Searched refs:add_pin_to_irq_node (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 355 static bool add_pin_to_irq_node(struct mp_chip_data *data, int node, int apic, int pin) in add_pin_to_irq_node() function 408 add_pin_to_irq_node(data, node, newapic, newpin); in replace_pin_at_irq_node() 997 if (!add_pin_to_irq_node(irq_data->chip_data, node, ioapic, info->ioapic.pin)) in alloc_isa_irq_from_domain() 3041 if (!add_pin_to_irq_node(data, ioapic_alloc_attr_node(info), ioapic, pin)) { in mp_irqdomain_alloc()
|