Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dirq.c32 struct irq_domain *d = irq_find_matching_fwnode(acpi_gsi_domain_id, in acpi_gsi_to_irq()
79 struct irq_domain *d = irq_find_matching_fwnode(acpi_gsi_domain_id, in acpi_unregister_gsi()
270 domain = irq_find_matching_fwnode(fwspec.fwnode, DOMAIN_BUS_ANY); in acpi_irq_get()
/Linux-v4.19/include/linux/
Dirqdomain.h286 struct irq_domain *irq_find_matching_fwnode(struct fwnode_handle *fwnode, in irq_find_matching_fwnode() function
299 return irq_find_matching_fwnode(of_node_to_fwnode(node), bus_token); in irq_find_matching_host()
571 static inline struct irq_domain *irq_find_matching_fwnode( in irq_find_matching_fwnode() function
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its-platform-msi.c102 parent = irq_find_matching_fwnode(fwnode, DOMAIN_BUS_NEXUS); in its_pmsi_init_one()
Dirq-gic-v3-its-pci-msi.c124 parent = irq_find_matching_fwnode(handle, DOMAIN_BUS_NEXUS); in its_pci_msi_init_one()
/Linux-v4.19/drivers/acpi/arm64/
Diort.c648 return irq_find_matching_fwnode(handle, DOMAIN_BUS_PCI_MSI); in iort_get_device_domain()
689 domain = irq_find_matching_fwnode(iort_fwnode, DOMAIN_BUS_PLATFORM_MSI); in iort_set_device_domain()
732 return irq_find_matching_fwnode(iort_fwnode, DOMAIN_BUS_PLATFORM_MSI); in iort_get_platform_device_domain()
/Linux-v4.19/drivers/pci/
Dpci-acpi.c830 return irq_find_matching_fwnode(fwnode, DOMAIN_BUS_PCI_MSI); in pci_host_bridge_acpi_msi_domain()
Dprobe.c743 d = irq_find_matching_fwnode(fwnode, in pci_host_bridge_msi_domain()