Home
last modified time | relevance | path

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

1234

/Linux-v5.4/arch/powerpc/platforms/52xx/
Dmpc52xx_common.c62 np = of_find_matching_node(NULL, mpc52xx_xlb_ids); in mpc5200_setup_xlb_arbiter()
153 np = of_find_matching_node(NULL, mpc52xx_cdm_ids); in mpc52xx_map_common_devices()
158 np = of_find_matching_node(NULL, mpc52xx_gpio_simple); in mpc52xx_map_common_devices()
163 np = of_find_matching_node(NULL, mpc52xx_gpio_wkup); in mpc52xx_map_common_devices()
Dlite5200.c59 np = of_find_matching_node(NULL, mpc5200_cdm_ids); in lite5200_fix_clock_config()
94 np = of_find_matching_node(NULL, mpc5200_gpio_ids); in lite5200_fix_port_config()
/Linux-v5.4/arch/arm/mach-tegra/
Dirq.c70 dn = of_find_matching_node(NULL, tegra114_dt_gic_match); in tegra114_gic_cpu_pm_registration()
90 if (WARN_ON(!of_find_matching_node(NULL, tegra_ictlr_match))) in tegra_init_irq()
/Linux-v5.4/arch/arm/mach-realview/
Dplatsmp-dt.c43 np = of_find_matching_node(NULL, realview_scu_match); in realview_smp_prepare_cpus()
63 np = of_find_matching_node(NULL, realview_syscon_match); in realview_smp_prepare_cpus()
/Linux-v5.4/drivers/irqchip/
Dirq-gic-v3-its-fsl-mc-msi.c75 for (np = of_find_matching_node(NULL, its_device_id); np; in its_fsl_mc_msi_init()
76 np = of_find_matching_node(np, its_device_id)) { in its_fsl_mc_msi_init()
Dirq-gic-v3-its-platform-msi.c146 for (np = of_find_matching_node(NULL, its_device_id); np; in its_pmsi_of_init()
147 np = of_find_matching_node(np, its_device_id)) { in its_pmsi_of_init()
Dirq-gic-v3-its-pci-msi.c132 for (np = of_find_matching_node(NULL, its_device_id); np; in its_pci_of_msi_init()
133 np = of_find_matching_node(np, its_device_id)) { in its_pci_of_msi_init()
/Linux-v5.4/drivers/soc/bcm/brcmstb/
Dcommon.c74 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match); in brcmstb_soc_device_early_init()
103 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match); in brcmstb_soc_device_init()
/Linux-v5.4/arch/mips/bmips/
Dirq.c32 dn = of_find_matching_node(NULL, smp_intc_dt_match); in arch_init_irq()
/Linux-v5.4/arch/arm/mach-keystone/
Dpm_domain.c43 np = of_find_matching_node(NULL, of_keystone_table); in keystone_pm_runtime_init()
/Linux-v5.4/arch/mips/pic32/pic32mzda/
Dtime.c29 node = of_find_matching_node(NULL, pic32_infra_match); in pic32_xlate_core_timer_irq()
/Linux-v5.4/arch/arm/mach-integrator/
Dcore.c74 struct device_node *cm = of_find_matching_node(NULL, cm_match); in cm_init()
Dintegrator_cp.c124 cpcon = of_find_matching_node(NULL, intcp_syscon_match); in intcp_init_of()
/Linux-v5.4/arch/arm/mach-ux500/
Dpm_domains.c63 np = of_find_matching_node(NULL, ux500_pm_domain_matches); in ux500_pm_domains_init()
/Linux-v5.4/arch/arm/mach-vexpress/
Dplatsmp.c67 struct device_node *scu = of_find_matching_node(NULL, in vexpress_smp_dt_prepare_cpus()
/Linux-v5.4/arch/arm/plat-samsung/
Dwatchdog-reset.c73 np = of_find_matching_node(NULL, s3c2410_wdt_match); in samsung_wdt_reset_of_init()
/Linux-v5.4/arch/arm/mach-prima2/
Dplatsmp.c55 np = of_find_matching_node(NULL, clk_ids); in sirfsoc_boot_secondary()
Dpm.c99 np = of_find_matching_node(NULL, pwrc_ids); in sirfsoc_of_pwrc_init()
/Linux-v5.4/arch/nds32/kernel/
Datl2c.c26 np = of_find_matching_node(NULL, atl2c_ids); in atl2c_of_init()
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dmpc85xx_pm_ops.c89 np = of_find_matching_node(NULL, mpc85xx_smp_guts_ids); in mpc85xx_setup_pmc()
/Linux-v5.4/arch/c6x/platforms/
Demif.c49 node = of_find_matching_node(NULL, emifa_match); in c6x_emifa_init()
/Linux-v5.4/drivers/fpga/
Dof-fpga-region.c158 child_region = of_find_matching_node(overlay, fpga_region_of_match); in child_regions_with_firmware()
165 child_region = of_find_matching_node(child_region, in child_regions_with_firmware()
/Linux-v5.4/arch/powerpc/sysdev/
Dxilinx_pci.c89 pci_node = of_find_matching_node(NULL, xilinx_pci_match); in xilinx_pci_init()
/Linux-v5.4/arch/arm/mach-bcm/
Dbcm63xx_smp.c114 dn = of_find_matching_node(NULL, bcm63138_bootlut_ids); in bcm63138_smp_boot_secondary()
/Linux-v5.4/drivers/soc/tegra/fuse/
Dfuse-tegra.c314 np = of_find_matching_node(NULL, car_match); in tegra_init_fuse()
353 np = of_find_matching_node(NULL, tegra_fuse_match); in tegra_init_soc()

1234