Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dirqdomain.h289 extern struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec,
321 return irq_find_matching_fwspec(&fwspec, bus_token); in irq_find_matching_fwnode()
/linux-6.1.9/kernel/irq/
Dirqdomain.c402 struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec, in irq_find_matching_fwspec() function
437 EXPORT_SYMBOL_GPL(irq_find_matching_fwspec);
769 domain = irq_find_matching_fwspec(fwspec, DOMAIN_BUS_WIRED); in irq_create_fwspec_mapping()
771 domain = irq_find_matching_fwspec(fwspec, DOMAIN_BUS_ANY); in irq_create_fwspec_mapping()
/linux-6.1.9/drivers/pci/controller/
Dpcie-apple.c623 parent = irq_find_matching_fwspec(&pcie->fwspec, DOMAIN_BUS_WIRED); in apple_msi_init()
/linux-6.1.9/arch/x86/kernel/
Dhpet.c571 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_ANY); in hpet_create_irq_domain()
/linux-6.1.9/drivers/platform/x86/
Dx86-android-tablets.c141 domain = irq_find_matching_fwspec(&fwspec, data->domain); in x86_acpi_irq_helper_get()
/linux-6.1.9/arch/x86/kernel/apic/
Dio_apic.c2360 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_ANY); in mp_irqdomain_create()