Home
last modified time | relevance | path

Searched refs:of_find_matching_node_and_match (Results 1 – 25 of 25) sorted by relevance

/Linux-v4.19/drivers/irqchip/
Dirq-gic-realview.c52 np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match, in realview_gic_of_init()
/Linux-v4.19/drivers/power/reset/
Darm-versatile-reboot.c146 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
/Linux-v4.19/arch/arm/mach-mvebu/
Dsystem-controller.c166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
Dcoherency.c232 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
/Linux-v4.19/drivers/soc/renesas/
Drcar-rst.c79 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
Drcar-sysc.c337 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match); in rcar_sysc_pd_init()
/Linux-v4.19/include/linux/
Dof.h276 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/
Dgrf.c146 np = of_find_matching_node_and_match(NULL, rockchip_grf_dt_match, in rockchip_grf_init()
/Linux-v4.19/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c41 cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match); in get_extal_freq()
/Linux-v4.19/drivers/mtd/maps/
Dphysmap_of_versatile.c216 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
/Linux-v4.19/arch/arm/mach-rockchip/
Dpm.c317 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
/Linux-v4.19/drivers/gpu/drm/pl111/
Dpl111_versatile.c317 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in pl111_versatile_init()
/Linux-v4.19/drivers/soc/tegra/fuse/
Dfuse-tegra.c252 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_du_of.c209 du_node = of_find_matching_node_and_match(NULL, of_ids, &match); in rcar_du_of_lvds_patch()
/Linux-v4.19/arch/powerpc/sysdev/
Dfsl_rcpm.c366 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
/Linux-v4.19/drivers/soc/bcm/brcmstb/pm/
Dpm-mips.c378 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
Dpm-arm.c663 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
/Linux-v4.19/arch/arm/mach-exynos/
Dsuspend.c634 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/Linux-v4.19/drivers/video/fbdev/
Damba-clcd-versatile.c518 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in versatile_clcd_init_panel()
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-usb.c492 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, in rockchip_init_usb_uart()
/Linux-v4.19/drivers/firmware/
Dpsci.c678 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
/Linux-v4.19/arch/arm/mach-at91/
Dpm.c714 pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id); in at91_pm_init()
/Linux-v4.19/drivers/of/
Dbase.c1074 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/
Dmvebu-mbus.c1315 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/
Dpmc.c1924 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()