Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dirqdomain.h281 extern struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec,
312 return irq_find_matching_fwspec(&fwspec, bus_token); in irq_find_matching_fwnode()
/openbmc/linux/kernel/irq/
H A Dirqdomain.c430 struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec, in irq_find_matching_fwspec() function
465 EXPORT_SYMBOL_GPL(irq_find_matching_fwspec);
797 domain = irq_find_matching_fwspec(fwspec, DOMAIN_BUS_WIRED); in irq_create_fwspec_mapping()
799 domain = irq_find_matching_fwspec(fwspec, DOMAIN_BUS_ANY); in irq_create_fwspec_mapping()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c111 domain = irq_find_matching_fwspec(&fwspec, data->domain); in x86_acpi_irq_helper_get()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c623 parent = irq_find_matching_fwspec(&pcie->fwspec, DOMAIN_BUS_WIRED); in apple_msi_init()
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c571 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_ANY); in hpet_create_irq_domain()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c2348 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_ANY); in mp_irqdomain_create()