Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dgsi.c51 struct irq_domain *d = irq_find_matching_fwnode(acpi_gsi_domain_id, in acpi_gsi_to_irq()
98 struct irq_domain *d = irq_find_matching_fwnode(acpi_gsi_domain_id, in acpi_unregister_gsi()
/linux-4.4.14/include/linux/
Dirqdomain.h205 extern struct irq_domain *irq_find_matching_fwnode(struct fwnode_handle *fwnode,
217 return irq_find_matching_fwnode(of_node_to_fwnode(node), bus_token); in irq_find_matching_host()
/linux-4.4.14/kernel/irq/
Dirqdomain.c250 struct irq_domain *irq_find_matching_fwnode(struct fwnode_handle *fwnode, in irq_find_matching_fwnode() function
282 EXPORT_SYMBOL_GPL(irq_find_matching_fwnode);
577 domain = irq_find_matching_fwnode(fwspec->fwnode, DOMAIN_BUS_ANY); in irq_create_fwspec_mapping()