Searched refs:add_pin_to_irq_node (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 341 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 938 if (!add_pin_to_irq_node(irq_data->chip_data, node, ioapic, info->ioapic.pin)) in alloc_isa_irq_from_domain() 2042 add_pin_to_irq_node(data, node, newapic, newpin); in replace_pin_at_irq_node() 2890 if (!add_pin_to_irq_node(data, ioapic_alloc_attr_node(info), ioapic, pin)) { in mp_irqdomain_alloc()
|