of_find_matching_node_and_match  773 arch/arm/mach-at91/pm.c 	pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id);
of_find_matching_node_and_match  664 arch/arm/mach-exynos/suspend.c 	np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match);
of_find_matching_node_and_match  232 arch/arm/mach-mvebu/coherency.c 	np = of_find_matching_node_and_match(NULL, of_coherency_table, &match);
of_find_matching_node_and_match  166 arch/arm/mach-mvebu/system-controller.c 	np = of_find_matching_node_and_match(NULL, of_system_controller_table,
of_find_matching_node_and_match  310 arch/arm/mach-rockchip/pm.c 	np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids,
of_find_matching_node_and_match   43 arch/arm/mach-shmobile/setup-rcar-gen2.c 	cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match);
of_find_matching_node_and_match  362 arch/powerpc/sysdev/fsl_rcpm.c 	np = of_find_matching_node_and_match(NULL, rcpm_matches, &match);
of_find_matching_node_and_match 1315 drivers/bus/mvebu-mbus.c 	np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id);
of_find_matching_node_and_match  559 drivers/firmware/psci/psci.c 	np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np);
of_find_matching_node_and_match  319 drivers/gpu/drm/pl111/pl111_versatile.c 	np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match,
of_find_matching_node_and_match  209 drivers/gpu/drm/rcar-du/rcar_du_of.c 	du_node = of_find_matching_node_and_match(NULL, of_ids, &match);
of_find_matching_node_and_match  267 drivers/gpu/drm/vc4/vc4_drv.c 	node = of_find_matching_node_and_match(NULL, vc4_v3d_dt_match, NULL);
of_find_matching_node_and_match   52 drivers/irqchip/irq-gic-realview.c 	np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match,
of_find_matching_node_and_match  202 drivers/mtd/maps/physmap-versatile.c 		sysnp = of_find_matching_node_and_match(NULL,
of_find_matching_node_and_match 1186 drivers/of/base.c EXPORT_SYMBOL(of_find_matching_node_and_match);
of_find_matching_node_and_match  533 drivers/phy/rockchip/phy-rockchip-usb.c 	np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids,
of_find_matching_node_and_match  142 drivers/power/reset/arm-versatile-reboot.c 	np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match,
of_find_matching_node_and_match  655 drivers/soc/bcm/brcmstb/pm/pm-arm.c 	dn = of_find_matching_node_and_match(NULL, matches, &match);
of_find_matching_node_and_match  370 drivers/soc/bcm/brcmstb/pm/pm-mips.c 	dn = of_find_matching_node_and_match(NULL, matches, &match);
of_find_matching_node_and_match   80 drivers/soc/renesas/rcar-rst.c 	np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match);
of_find_matching_node_and_match  339 drivers/soc/renesas/rcar-sysc.c 	np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match);
of_find_matching_node_and_match  145 drivers/soc/rockchip/grf.c 	np = of_find_matching_node_and_match(NULL, rockchip_grf_dt_match,
of_find_matching_node_and_match  248 drivers/soc/tegra/fuse/fuse-tegra.c 	np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match);
of_find_matching_node_and_match 2856 drivers/soc/tegra/pmc.c 	np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match);
of_find_matching_node_and_match  273 include/linux/of.h extern struct device_node *of_find_matching_node_and_match(
of_find_matching_node_and_match 1019 include/linux/of.h 	return of_find_matching_node_and_match(from, matches, NULL);
of_find_matching_node_and_match 1241 include/linux/of.h 	for (dn = of_find_matching_node_and_match(NULL, matches, match); \
of_find_matching_node_and_match 1242 include/linux/of.h 	     dn; dn = of_find_matching_node_and_match(dn, matches, match))