Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/kernel/irq/
H A 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/arch/x86/kernel/
H A Dhpet.c564 parent = irq_find_matching_fwspec(&fwspec, DOMAIN_BUS_GENERIC_MSI); in hpet_create_irq_domain()