Searched refs:dom_handle (Results 1 – 3 of 3) sorted by relevance
114 struct fwnode_handle *dom_handle; in its_fsl_mc_msi_parse_madt() local122 dom_handle = iort_find_domain_token(its_entry->translation_id); in its_fsl_mc_msi_parse_madt()123 if (!dom_handle) { in its_fsl_mc_msi_parse_madt()129 its_fsl_mc_msi_init_one(dom_handle, node_name); in its_fsl_mc_msi_parse_madt()
160 struct fwnode_handle *dom_handle; in its_pci_msi_parse_madt() local167 dom_handle = iort_find_domain_token(its_entry->translation_id); in its_pci_msi_parse_madt()168 if (!dom_handle) { in its_pci_msi_parse_madt()173 err = its_pci_msi_init_one(dom_handle, node_name); in its_pci_msi_parse_madt()
5452 struct fwnode_handle *dom_handle; in gic_acpi_parse_madt_its() local5462 dom_handle = irq_domain_alloc_fwnode(&res.start); in gic_acpi_parse_madt_its()5463 if (!dom_handle) { in gic_acpi_parse_madt_its()5470 dom_handle); in gic_acpi_parse_madt_its()5477 err = its_probe_one(&res, dom_handle, in gic_acpi_parse_madt_its()5484 irq_domain_free_fwnode(dom_handle); in gic_acpi_parse_madt_its()