Symbol: of_find_matching_node_and_match
arch/arm/mach-at91/pm.c
1454
pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id);
arch/arm/mach-exynos/suspend.c
678
np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match);
arch/arm/mach-mvebu/coherency.c
229
np = of_find_matching_node_and_match(NULL, of_coherency_table, &match);
arch/arm/mach-mvebu/system-controller.c
163
np = of_find_matching_node_and_match(NULL, of_system_controller_table,
arch/arm/mach-rockchip/pm.c
310
np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids,
arch/arm/mach-shmobile/setup-rcar-gen2.c
38
cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match);
arch/powerpc/sysdev/fsl_rcpm.c
362
np = of_find_matching_node_and_match(NULL, rcpm_matches, &match);
drivers/bus/mvebu-mbus.c
1257
np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id);
drivers/cache/sifive_ccache.c
298
np = of_find_matching_node_and_match(NULL, sifive_ccache_ids, &match);
drivers/cpufreq/armada-8k-cpufreq.c
137
node = of_find_matching_node_and_match(NULL, armada_8k_cpufreq_of_match,
drivers/firmware/psci/psci.c
805
np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np);
drivers/gpu/drm/pl111/pl111_versatile.c
482
np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match,
drivers/gpu/drm/pl111/pl111_versatile.c
506
np = of_find_matching_node_and_match(NULL, impd1_clcd_of_match,
drivers/gpu/drm/vc4/vc4_drv.c
314
node = of_find_matching_node_and_match(NULL, vc4_dma_range_matches,
drivers/irqchip/irq-gic-realview.c
52
np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match,
drivers/mtd/maps/physmap-versatile.c
203
sysnp = of_find_matching_node_and_match(NULL,
drivers/of/base.c
1198
EXPORT_SYMBOL(of_find_matching_node_and_match);
drivers/phy/rockchip/phy-rockchip-usb.c
515
np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids,
drivers/pmdomain/renesas/rcar-gen4-sysc.c
312
np = of_find_matching_node_and_match(NULL, rcar_gen4_sysc_matches, &match);
drivers/pmdomain/renesas/rcar-sysc.c
358
np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match);
drivers/power/reset/arm-versatile-reboot.c
142
np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match,
drivers/soc/bcm/brcmstb/pm/pm-mips.c
370
dn = of_find_matching_node_and_match(NULL, matches, &match);
drivers/soc/fsl/guts.c
196
np = of_find_matching_node_and_match(NULL, fsl_guts_of_match, &match);
drivers/soc/renesas/rcar-rst.c
133
np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match);
drivers/soc/renesas/renesas-soc.c
479
np = of_find_matching_node_and_match(NULL, renesas_ids, &match);
drivers/soc/tegra/fuse/fuse-tegra.c
480
np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match);
drivers/soc/tegra/pmc.c
4731
np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match);
drivers/usb/gadget/udc/atmel_usba_udc.c
2151
pp = of_find_matching_node_and_match(NULL, atmel_pmc_dt_ids,
include/linux/of.h
1499
for (dn = of_find_matching_node_and_match(NULL, matches, match); \
include/linux/of.h
1500
dn; dn = of_find_matching_node_and_match(dn, matches, match))
include/linux/of.h
275
extern struct device_node *of_find_matching_node_and_match(
include/linux/of.h
983
return of_find_matching_node_and_match(from, matches, NULL);