| /Linux-v5.4/drivers/irqchip/ | 
| D | irq-gic-realview.c | 52 	np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match,  in realview_gic_of_init()
 | 
| /Linux-v5.4/drivers/power/reset/ | 
| D | arm-versatile-reboot.c | 142 	np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match,  in versatile_reboot_probe()
 | 
| /Linux-v5.4/drivers/soc/renesas/ | 
| D | rcar-rst.c | 80 	np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match);  in rcar_rst_init()
 | 
| D | rcar-sysc.c | 339 	np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match);  in rcar_sysc_pd_init()
 | 
| /Linux-v5.4/arch/arm/mach-mvebu/ | 
| D | system-controller.c | 166 	np = of_find_matching_node_and_match(NULL, of_system_controller_table,  in mvebu_system_controller_init()
 | 
| D | coherency.c | 232 	np = of_find_matching_node_and_match(NULL, of_coherency_table, &match);  in coherency_type()
 | 
| /Linux-v5.4/include/linux/ | 
| D | of.h | 273 extern struct device_node *of_find_matching_node_and_match(602 static inline struct device_node *of_find_matching_node_and_match(  in of_find_matching_node_and_match()  function
 1019 	return of_find_matching_node_and_match(from, matches, NULL);  in of_find_matching_node()
 1241 	for (dn = of_find_matching_node_and_match(NULL, matches, match); \
 1242 	     dn; dn = of_find_matching_node_and_match(dn, matches, match))
 
 | 
| /Linux-v5.4/drivers/soc/rockchip/ | 
| D | grf.c | 145 	np = of_find_matching_node_and_match(NULL, rockchip_grf_dt_match,  in rockchip_grf_init()
 | 
| /Linux-v5.4/drivers/mtd/maps/ | 
| D | physmap-versatile.c | 202 		sysnp = of_find_matching_node_and_match(NULL,  in of_flash_probe_versatile()
 | 
| /Linux-v5.4/arch/arm/mach-shmobile/ | 
| D | setup-rcar-gen2.c | 43 	cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match);  in get_extal_freq()
 | 
| /Linux-v5.4/arch/arm/mach-rockchip/ | 
| D | pm.c | 310 	np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids,  in rockchip_suspend_init()
 | 
| /Linux-v5.4/drivers/gpu/drm/pl111/ | 
| D | pl111_versatile.c | 319 	np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match,  in pl111_versatile_init()
 | 
| /Linux-v5.4/arch/powerpc/sysdev/ | 
| D | fsl_rcpm.c | 362 	np = of_find_matching_node_and_match(NULL, rcpm_matches, &match);  in fsl_rcpm_init()
 | 
| /Linux-v5.4/drivers/gpu/drm/rcar-du/ | 
| D | rcar_du_of.c | 209 	du_node = of_find_matching_node_and_match(NULL, of_ids, &match);  in rcar_du_of_lvds_patch()
 | 
| /Linux-v5.4/drivers/soc/tegra/fuse/ | 
| D | fuse-tegra.c | 248 	np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match);  in tegra_init_fuse()
 | 
| /Linux-v5.4/drivers/soc/bcm/brcmstb/pm/ | 
| D | pm-mips.c | 370 	dn = of_find_matching_node_and_match(NULL, matches, &match);  in brcmstb_ioremap_match()
 | 
| D | pm-arm.c | 655 	dn = of_find_matching_node_and_match(NULL, matches, &match);  in brcmstb_ioremap_match()
 | 
| /Linux-v5.4/drivers/gpu/drm/vc4/ | 
| D | vc4_drv.c | 267 	node = of_find_matching_node_and_match(NULL, vc4_v3d_dt_match, NULL);  in vc4_drm_bind()
 | 
| /Linux-v5.4/drivers/firmware/psci/ | 
| D | psci.c | 559 	np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np);  in psci_dt_init()
 | 
| /Linux-v5.4/arch/arm/mach-exynos/ | 
| D | suspend.c | 664 	np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match);  in exynos_pm_init()
 | 
| /Linux-v5.4/drivers/phy/rockchip/ | 
| D | phy-rockchip-usb.c | 533 	np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids,  in rockchip_init_usb_uart()
 | 
| /Linux-v5.4/arch/arm/mach-at91/ | 
| D | pm.c | 766 	pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id);  in at91_pm_init()
 | 
| /Linux-v5.4/drivers/of/ | 
| D | base.c | 1162 struct device_node *of_find_matching_node_and_match(struct device_node *from,  in of_find_matching_node_and_match()  function1186 EXPORT_SYMBOL(of_find_matching_node_and_match);
 
 | 
| /Linux-v5.4/drivers/bus/ | 
| D | mvebu-mbus.c | 1315 	np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id);  in mvebu_mbus_dt_init()
 | 
| /Linux-v5.4/drivers/soc/tegra/ | 
| D | pmc.c | 2830 	np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match);  in tegra_pmc_early_init()
 |