Lines Matching refs:h
399 struct irq_domain *h, *found = NULL; in irq_find_matching_fwspec() local
413 list_for_each_entry(h, &irq_domain_list, link) { in irq_find_matching_fwspec()
414 if (h->ops->select && fwspec->param_count) in irq_find_matching_fwspec()
415 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec()
416 else if (h->ops->match) in irq_find_matching_fwspec()
417 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec()
419 rc = ((fwnode != NULL) && (h->fwnode == fwnode) && in irq_find_matching_fwspec()
421 (h->bus_token == bus_token))); in irq_find_matching_fwspec()
424 found = h; in irq_find_matching_fwspec()
442 struct irq_domain *h; in irq_domain_check_msi_remap() local
446 list_for_each_entry(h, &irq_domain_list, link) { in irq_domain_check_msi_remap()
447 if (irq_domain_is_msi(h) && in irq_domain_check_msi_remap()
448 !irq_domain_hierarchical_is_msi_remap(h)) { in irq_domain_check_msi_remap()