of_find_matching_node_and_match
pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id);
np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match);
np = of_find_matching_node_and_match(NULL, of_coherency_table, &match);
np = of_find_matching_node_and_match(NULL, of_system_controller_table,
np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids,
cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match);
np = of_find_matching_node_and_match(NULL, rcpm_matches, &match);
np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id);
np = of_find_matching_node_and_match(NULL, sifive_ccache_ids, &match);
node = of_find_matching_node_and_match(NULL, armada_8k_cpufreq_of_match,
np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np);
np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match,
np = of_find_matching_node_and_match(NULL, impd1_clcd_of_match,
node = of_find_matching_node_and_match(NULL, vc4_dma_range_matches,
np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match,
sysnp = of_find_matching_node_and_match(NULL,
EXPORT_SYMBOL(of_find_matching_node_and_match);
np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids,
np = of_find_matching_node_and_match(NULL, rcar_gen4_sysc_matches, &match);
np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match);
np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match,
dn = of_find_matching_node_and_match(NULL, matches, &match);
np = of_find_matching_node_and_match(NULL, fsl_guts_of_match, &match);
np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match);
np = of_find_matching_node_and_match(NULL, renesas_ids, &match);
np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match);
np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match);
pp = of_find_matching_node_and_match(NULL, atmel_pmc_dt_ids,
for (dn = of_find_matching_node_and_match(NULL, matches, match); \
dn; dn = of_find_matching_node_and_match(dn, matches, match))
extern struct device_node *of_find_matching_node_and_match(
return of_find_matching_node_and_match(from, matches, NULL);