/Linux-v4.19/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-v4.19/drivers/power/reset/ |
D | arm-versatile-reboot.c | 146 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
|
/Linux-v4.19/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-v4.19/drivers/soc/renesas/ |
D | rcar-rst.c | 79 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
|
D | rcar-sysc.c | 337 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match); in rcar_sysc_pd_init()
|
/Linux-v4.19/include/linux/ |
D | of.h | 276 extern struct device_node *of_find_matching_node_and_match( 596 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function 988 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node() 1210 for (dn = of_find_matching_node_and_match(NULL, matches, match); \ 1211 dn; dn = of_find_matching_node_and_match(dn, matches, match))
|
/Linux-v4.19/drivers/soc/rockchip/ |
D | grf.c | 146 np = of_find_matching_node_and_match(NULL, rockchip_grf_dt_match, in rockchip_grf_init()
|
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 41 cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match); in get_extal_freq()
|
/Linux-v4.19/drivers/mtd/maps/ |
D | physmap_of_versatile.c | 216 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
|
/Linux-v4.19/arch/arm/mach-rockchip/ |
D | pm.c | 317 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
|
/Linux-v4.19/drivers/gpu/drm/pl111/ |
D | pl111_versatile.c | 317 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in pl111_versatile_init()
|
/Linux-v4.19/drivers/soc/tegra/fuse/ |
D | fuse-tegra.c | 252 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
|
/Linux-v4.19/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-v4.19/arch/powerpc/sysdev/ |
D | fsl_rcpm.c | 366 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
|
/Linux-v4.19/drivers/soc/bcm/brcmstb/pm/ |
D | pm-mips.c | 378 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
|
D | pm-arm.c | 663 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
|
/Linux-v4.19/arch/arm/mach-exynos/ |
D | suspend.c | 634 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd-versatile.c | 518 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in versatile_clcd_init_panel()
|
/Linux-v4.19/drivers/phy/rockchip/ |
D | phy-rockchip-usb.c | 492 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, in rockchip_init_usb_uart()
|
/Linux-v4.19/drivers/firmware/ |
D | psci.c | 678 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
|
/Linux-v4.19/arch/arm/mach-at91/ |
D | pm.c | 714 pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id); in at91_pm_init()
|
/Linux-v4.19/drivers/of/ |
D | base.c | 1074 struct device_node *of_find_matching_node_and_match(struct device_node *from, in of_find_matching_node_and_match() function 1098 EXPORT_SYMBOL(of_find_matching_node_and_match);
|
/Linux-v4.19/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-v4.19/drivers/soc/tegra/ |
D | pmc.c | 1924 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()
|