Lines Matching refs:domain_handle
36 struct fwnode_handle *domain_handle;
188 int num_parents, int parent_irq[], struct fwnode_handle *domain_handle)
199 priv->domain_handle = domain_handle;
203 priv->htvec_domain = irq_domain_create_linear(priv->domain_handle,
226 priv->domain_handle = NULL;
273 struct fwnode_handle *domain_handle;
280 domain_handle = irq_domain_alloc_fwnode((phys_addr_t *)acpi_htvec);
281 if (!domain_handle) {
291 num_parents, parent_irq, domain_handle);
295 return irq_find_matching_fwnode(domain_handle, DOMAIN_BUS_ANY);