Searched refs:of_find_matching_node_and_match (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/irqchip/ |
H A D | irq-gic-realview.c | 52 np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match, in realview_gic_of_init()
|
/linux/arch/arm/mach-shmobile/ |
H A D | setup-rcar-gen2.c | 38 cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match); in get_extal_freq()
|
/linux/drivers/power/reset/ |
H A D | arm-versatile-reboot.c | 142 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
|
/linux/arch/arm/mach-mvebu/ |
H A D | system-controller.c | 163 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
|
H A D | coherency.c | 229 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
|
/linux/include/linux/ |
H A D | of.h | 275 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 961 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node() 1470 for (dn = of_find_matching_node_and_match(NULL, matches, match); \ 1471 dn; dn = of_find_matching_node_and_match(dn, matches, match))
|
/linux/drivers/mtd/maps/ |
H A D | physmap-versatile.c | 203 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
|
/linux/drivers/soc/renesas/ |
H A D | rcar-rst.c | 132 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
|
/linux/drivers/cpufreq/ |
H A D | armada-8k-cpufreq.c | 137 node = of_find_matching_node_and_match(NULL, armada_8k_cpufreq_of_match, in armada_8k_cpufreq_init()
|
/linux/drivers/soc/fsl/ |
H A D | guts.c | 196 np = of_find_matching_node_and_match(NULL, fsl_guts_of_match, &match); in fsl_guts_init()
|
/linux/arch/arm/mach-rockchip/ |
H A D | pm.c | 310 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
|
/linux/arch/powerpc/sysdev/ |
H A D | fsl_rcpm.c | 362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
|
/linux/drivers/soc/bcm/brcmstb/pm/ |
H A D | pm-mips.c | 370 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 313 node = of_find_matching_node_and_match(NULL, vc4_dma_range_matches, in vc4_drm_bind()
|
/linux/arch/arm/mach-exynos/ |
H A D | suspend.c | 667 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
|
/linux/drivers/bus/ |
H A D | mvebu-mbus.c | 1253 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); in mvebu_mbus_dt_init()
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 4488 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()
|