Searched refs:of_find_matching_node (Results 26 - 50 of 94) sorted by relevance

1234

/linux-master/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c63 np = of_find_matching_node(NULL, mvebu_pcie_of_match_table);
H A Dplatsmp.c199 np = of_find_matching_node(NULL, of_mv98dx3236_resume_table);
H A Dcoherency.c269 np = of_find_matching_node(NULL, of_coherency_table);
H A Dpmsu.c164 np = of_find_matching_node(NULL, of_pmsu_table);
497 np = of_find_matching_node(NULL, of_pmsu_table);
/linux-master/arch/arm/mach-versatile/
H A Dintegrator_ap.c175 syscon = of_find_matching_node(NULL, ap_syscon_match);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c107 halt_node = of_find_matching_node(pdev->dev.of_node, child_match);
/linux-master/drivers/fpga/
H A Dof-fpga-region.c160 child_region = of_find_matching_node(overlay, fpga_region_of_match);
167 child_region = of_find_matching_node(child_region,
/linux-master/drivers/power/reset/
H A Dlinkstation-poweroff.c163 dn = of_find_matching_node(NULL, ls_poweroff_of_match);
/linux-master/drivers/clk/at91/
H A Dpmc.c161 np = of_find_matching_node(NULL, pmc_dt_ids);
/linux-master/drivers/clocksource/
H A Ddw_apb_timer_of.c156 sched_timer = of_find_matching_node(NULL, sptimer_ids);
/linux-master/arch/arm/mach-exynos/
H A Dmcpm-exynos.c241 node = of_find_matching_node(NULL, exynos_dt_mcpm_match);
H A Dexynos.c151 np = of_find_matching_node(NULL, exynos_dt_pmu_match);
/linux-master/arch/arm/mm/
H A Dcache-tauros2.c289 node = of_find_matching_node(NULL, tauros2_ids);
H A Dcache-feroceon-l2.c373 node = of_find_matching_node(NULL, feroceon_ids);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c185 dss = of_find_matching_node(NULL, omapdss_of_match);
/linux-master/drivers/soc/tegra/
H A Dflowctrl.c196 np = of_find_matching_node(NULL, tegra_flowctrl_match);
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pm.c73 np = of_find_matching_node(NULL, immr_ids);
H A Dmpc52xx_pic.c410 picnode = of_find_matching_node(NULL, mpc52xx_pic_ids);
416 np = of_find_matching_node(NULL, mpc52xx_sdma_ids);
/linux-master/arch/arm/mach-omap2/
H A Domap4-common.c305 intc_node = of_find_matching_node(NULL, intc_match);
/linux-master/drivers/mtd/maps/
H A Dphysmap-versatile.c91 ebi = of_find_matching_node(NULL, ebi_match);
/linux-master/drivers/cache/
H A Dax45mp_cache.c185 np = of_find_matching_node(NULL, ax45mp_cache_ids);
/linux-master/drivers/soc/tegra/fuse/
H A Dtegra-apbmisc.c197 np = of_find_matching_node(NULL, apbmisc_match);
H A Dfuse-tegra.c548 np = of_find_matching_node(NULL, car_match);
586 np = of_find_matching_node(NULL, tegra_fuse_match);
/linux-master/arch/x86/kernel/
H A Dx86_init.c52 struct device_node *node = of_find_matching_node(NULL, of_cmos_match);
/linux-master/drivers/irqchip/
H A Dirq-gic-v2m.c419 for (child = of_find_matching_node(node, gicv2m_device_id); child;
420 child = of_find_matching_node(child, gicv2m_device_id)) {

Completed in 205 milliseconds

1234