Lines Matching refs:h
429 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local
443 list_for_each_entry(h, &irq_domain_list, link) { in irq_find_matching_fwspec()
444 if (h->ops->select && fwspec->param_count) in irq_find_matching_fwspec()
445 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec()
446 else if (h->ops->match) in irq_find_matching_fwspec()
447 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec()
449 rc = ((fwnode != NULL) && (h->fwnode == fwnode) && in irq_find_matching_fwspec()
451 (h->bus_token == bus_token))); in irq_find_matching_fwspec()
454 found = h; in irq_find_matching_fwspec()
472 struct irq_domain *h; in irq_domain_check_msi_remap() local
476 list_for_each_entry(h, &irq_domain_list, link) { in irq_domain_check_msi_remap()
477 if (irq_domain_is_msi(h) && in irq_domain_check_msi_remap()
478 !irq_domain_hierarchical_is_msi_remap(h)) { in irq_domain_check_msi_remap()