Home
last modified time | relevance | path

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

12

/linux/drivers/irqchip/
H A Dirq-gic-realview.c52 np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match, in realview_gic_of_init()
/linux/drivers/power/reset/
H A Darm-versatile-reboot.c142 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
/linux/arch/arm/mach-mvebu/
H A Dsystem-controller.c163 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
H A Dcoherency.c229 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
/linux/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c481 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in pl111_versatile_init()
505 np = of_find_matching_node_and_match(NULL, impd1_clcd_of_match, in pl111_versatile_init()
/linux/drivers/mtd/maps/
H A Dphysmap-versatile.c203 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
/linux/drivers/soc/renesas/
H A Drcar-rst.c132 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
H A Drenesas-soc.c466 np = of_find_matching_node_and_match(NULL, renesas_ids, &match); in renesas_soc_init()
/linux/include/linux/
H A Dof.h275 extern struct device_node *of_find_matching_node_and_match(
513 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function
954 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()
1463 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
1464 dn; dn = of_find_matching_node_and_match(dn, matches, match))
/linux/drivers/cpufreq/
H A Darmada-8k-cpufreq.c137 node = of_find_matching_node_and_match(NULL, armada_8k_cpufreq_of_match, in armada_8k_cpufreq_init()
/linux/drivers/soc/fsl/
H A Dguts.c196 np = of_find_matching_node_and_match(NULL, fsl_guts_of_match, &match); in fsl_guts_init()
/linux/arch/arm/mach-rockchip/
H A Dpm.c310 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
/linux/arch/powerpc/sysdev/
H A Dfsl_rcpm.c362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
/linux/drivers/cache/
H A Dsifive_ccache.c298 np = of_find_matching_node_and_match(NULL, sifive_ccache_ids, &match); in sifive_ccache_init()
/linux/drivers/pmdomain/renesas/
H A Drcar-gen4-sysc.c311 np = of_find_matching_node_and_match(NULL, rcar_gen4_sysc_matches, &match); in rcar_gen4_sysc_pd_init()
H A Drcar-sysc.c357 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match); in rcar_sysc_pd_init()
/linux/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c370 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
/linux/arch/arm/mach-exynos/
H A Dsuspend.c667 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c313 node = of_find_matching_node_and_match(NULL, vc4_dma_range_matches, in vc4_drm_bind()
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c529 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, in rockchip_init_usb_uart()
/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c482 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
/linux/drivers/firmware/psci/
H A Dpsci.c805 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
/linux/drivers/of/
H A Dbase.c1127 struct device_node *of_find_matching_node_and_match(struct device_node *from, in of_find_matching_node_and_match() function
1151 EXPORT_SYMBOL(of_find_matching_node_and_match);
/linux/drivers/bus/
H A Dmvebu-mbus.c1253 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); in mvebu_mbus_dt_init()
/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c2151 pp = of_find_matching_node_and_match(NULL, atmel_pmc_dt_ids, in atmel_udc_of_init()

12