Lines Matching refs:h
387 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local
401 list_for_each_entry(h, &irq_domain_list, link) { in irq_find_matching_fwspec()
402 if (h->ops->select && fwspec->param_count) in irq_find_matching_fwspec()
403 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec()
404 else if (h->ops->match) in irq_find_matching_fwspec()
405 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec()
407 rc = ((fwnode != NULL) && (h->fwnode == fwnode) && in irq_find_matching_fwspec()
409 (h->bus_token == bus_token))); in irq_find_matching_fwspec()
412 found = h; in irq_find_matching_fwspec()
430 struct irq_domain *h; in irq_domain_check_msi_remap() local
434 list_for_each_entry(h, &irq_domain_list, link) { in irq_domain_check_msi_remap()
435 if (irq_domain_is_msi(h) && in irq_domain_check_msi_remap()
436 !irq_domain_hierarchical_is_msi_remap(h)) { in irq_domain_check_msi_remap()