Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dirqdomain.h353 extern struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec,
384 return irq_find_matching_fwspec(&fwspec, bus_token); in irq_find_matching_fwnode()
/linux-6.12.1/kernel/irq/
Dirqdomain.c537 struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec, in irq_find_matching_fwspec() function
573 EXPORT_SYMBOL_GPL(irq_find_matching_fwspec);
905 domain = irq_find_matching_fwspec(fwspec, DOMAIN_BUS_WIRED); in irq_create_fwspec_mapping()
907 domain = irq_find_matching_fwspec(fwspec, DOMAIN_BUS_ANY); in irq_create_fwspec_mapping()
/linux-6.12.1/drivers/platform/x86/x86-android-tablets/
Dcore.c133 domain = irq_find_matching_fwspec(&fwspec, data->domain); in x86_acpi_irq_helper_get()
/linux-6.12.1/drivers/pci/controller/
Dpcie-apple.c623 parent = irq_find_matching_fwspec(&pcie->fwspec, DOMAIN_BUS_WIRED); in apple_msi_init()
/linux-6.12.1/arch/x86/kernel/
Dhpet.c571 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_GENERIC_MSI); in hpet_create_irq_domain()
/linux-6.12.1/arch/x86/kernel/apic/
Dio_apic.c2239 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_GENERIC_MSI); in mp_irqdomain_create()