Lines Matching refs:domain_handle
28 struct fwnode_handle *domain_handle;
192 struct fwnode_handle *domain_handle)
196 priv->domain_handle = domain_handle;
198 middle_domain = irq_domain_create_linear(priv->domain_handle,
210 msi_domain = pci_msi_create_irq_domain(priv->domain_handle,
223 struct irq_domain *parent_domain, struct fwnode_handle *domain_handle)
245 ret = pch_msi_init_domains(priv, parent_domain, domain_handle);
308 struct fwnode_handle *domain_handle;
313 domain_handle = irq_domain_alloc_fwnode((phys_addr_t *)acpi_pchmsi);
316 acpi_pchmsi->count, parent, domain_handle);
320 return irq_find_matching_fwnode(domain_handle, DOMAIN_BUS_PCI_MSI);