Searched refs:of_find_matching_node (Results 1 - 25 of 94) sorted by relevance

1234

/linux-master/arch/mips/bmips/
H A Dirq.c32 dn = of_find_matching_node(NULL, smp_intc_dt_match);
/linux-master/arch/arm/mach-tegra/
H A Dirq.c71 dn = of_find_matching_node(NULL, tegra114_dt_gic_match);
91 if (WARN_ON(!of_find_matching_node(NULL, tegra_ictlr_match)))
/linux-master/arch/arm/mach-versatile/
H A Dplatsmp-realview.c47 np = of_find_matching_node(NULL, realview_scu_match);
67 np = of_find_matching_node(NULL, realview_syscon_match);
H A Dintegrator.c72 struct device_node *cm = of_find_matching_node(NULL, cm_match);
H A Dplatsmp-vexpress.c64 struct device_node *scu = of_find_matching_node(NULL,
H A Dintegrator_cp.c122 cpcon = of_find_matching_node(NULL, intcp_syscon_match);
/linux-master/arch/mips/pic32/pic32mzda/
H A Dtime.c29 node = of_find_matching_node(NULL, pic32_infra_match);
/linux-master/arch/powerpc/kernel/
H A Dsecure_boot.c19 return of_find_matching_node(NULL, ids);
/linux-master/drivers/soc/bcm/brcmstb/
H A Dcommon.c52 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match);
81 sun_top_ctrl = of_find_matching_node(NULL, sun_top_ctrl_match);
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its-platform-msi.c146 for (np = of_find_matching_node(NULL, its_device_id); np;
147 np = of_find_matching_node(np, its_device_id)) {
H A Dirq-gic-v3-its-fsl-mc-msi.c148 for (np = of_find_matching_node(NULL, its_device_id); np;
149 np = of_find_matching_node(np, its_device_id)) {
H A Dirq-gic-v3-its-pci-msi.c137 for (np = of_find_matching_node(NULL, its_device_id); np;
138 np = of_find_matching_node(np, its_device_id)) {
/linux-master/arch/powerpc/platforms/52xx/
H A Dlite5200.c58 np = of_find_matching_node(NULL, mpc5200_cdm_ids);
93 np = of_find_matching_node(NULL, mpc5200_gpio_ids);
H A Dmpc52xx_common.c62 np = of_find_matching_node(NULL, mpc52xx_xlb_ids);
153 np = of_find_matching_node(NULL, mpc52xx_cdm_ids);
158 np = of_find_matching_node(NULL, mpc52xx_gpio_simple);
163 np = of_find_matching_node(NULL, mpc52xx_gpio_wkup);
/linux-master/arch/powerpc/platforms/85xx/
H A Dmpc85xx_pm_ops.c95 np = of_find_matching_node(NULL, mpc85xx_smp_guts_ids);
/linux-master/drivers/xen/
H A Dgrant-dma-iommu.c75 iommu_np = of_find_matching_node(NULL, grant_dma_iommu_of_match);
/linux-master/arch/arm/mach-bcm/
H A Dbcm63xx_smp.c114 dn = of_find_matching_node(NULL, bcm63138_bootlut_ids);
H A Dbcm_kona_smc.c38 node = of_find_matching_node(NULL, bcm_kona_smc_ids);
/linux-master/drivers/bus/
H A Darm-integrator-lm.c81 syscon = of_find_matching_node(NULL, integrator_ap_syscon_match);
/linux-master/drivers/clk/renesas/
H A Dclk-emev2.c43 np = of_find_matching_node(NULL, smu_id);
/linux-master/arch/arm/mach-keystone/
H A Dkeystone.c58 np = of_find_matching_node(NULL, of_keystone_table);
/linux-master/arch/mips/ralink/
H A Dof.c61 np = of_find_matching_node(NULL, match);
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_trng.c79 trng = of_find_matching_node(NULL, ppc4xx_trng_match);
/linux-master/drivers/soc/versatile/
H A Dsoc-integrator.c111 np = of_find_matching_node(NULL, integrator_cm_match);
/linux-master/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c126 np = of_find_matching_node(NULL, meson_mx_socinfo_analog_top_ids);

Completed in 210 milliseconds

1234