Home
last modified time | relevance | path

Searched refs:of_root (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/drivers/of/
Dpdt.c205 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree()
206 of_root->full_name = "/"; in of_pdt_build_devicetree()
208 of_root->child = of_pdt_build_tree(of_root, in of_pdt_build_devicetree()
209 of_pdt_prom_ops->getchild(of_root->phandle)); in of_pdt_build_devicetree()
Dunittest.c238 if (!of_root) in of_unittest_check_tree_linkage()
243 child_count = of_unittest_check_node_linkage(of_root); in of_unittest_check_tree_linkage()
311 of_unittest_printf_one(of_root, "%pOFP", "/"); in of_unittest_printf()
1226 if (!of_root) { in unittest_data_add()
1227 of_root = unittest_data_node; in unittest_data_add()
1241 np->parent = of_root; in unittest_data_add()
2415 of_symbols = of_get_child_by_name(of_root, "__symbols__"); in of_unittest_overlay_high_level()
2431 for_each_child_of_node(of_root, base_child) { in of_unittest_overlay_high_level()
2449 np->parent = of_root; in of_unittest_overlay_high_level()
2453 for (last_sibling = np = of_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
[all …]
Dbase.c36 struct device_node *of_root; variable
37 EXPORT_SYMBOL(of_root);
249 if (of_root) in of_core_init()
291 np = of_root; in __of_find_all_nodes()
950 return of_node_get(of_root); in of_find_node_opts_by_path()
979 np = of_node_get(of_root); in of_find_node_opts_by_path()
/Linux-v5.4/arch/mips/generic/
Dproc.c16 err = of_property_read_string(of_root, "model", &str); in get_system_type()
20 err = of_property_read_string_index(of_root, "compatible", 0, &str); in get_system_type()
/Linux-v5.4/drivers/soc/imx/
Dsoc-imx8.c154 ret = of_property_read_string(of_root, "model", &soc_dev_attr->machine); in imx8_soc_init()
158 id = of_match_node(imx8_soc_match, of_root); in imx8_soc_init()
Dsoc-imx-scu.c105 ret = of_property_read_string(of_root, in imx_scu_soc_probe()
/Linux-v5.4/arch/powerpc/platforms/512x/
Dmpc512x_generic.c36 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/Linux-v5.4/arch/powerpc/platforms/83xx/
Dmpc830x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
Dmpc831x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
Dmpc837x_rdb.c69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
/Linux-v5.4/arch/powerpc/platforms/52xx/
Dmpc5200_simple.c69 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
Dlite5200.c183 return of_device_compatible_match(of_root, board); in lite5200_probe()
Defika.c201 const char *model = of_get_property(of_root, "model", NULL); in efika_probe()
Dmedia5200.c240 return of_device_compatible_match(of_root, board); in media5200_probe()
/Linux-v5.4/arch/powerpc/platforms/40x/
Dppc40x_simple.c63 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/Linux-v5.4/drivers/cpufreq/
Dtango-cpufreq.c19 if (!of_match_node(machines, of_root)) in tango_cpufreq_init()
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dtqm85xx.c121 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
Dcorenet_generic.c164 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
/Linux-v5.4/arch/mips/kernel/
Dmips-cpc.c27 cpc_node = of_find_compatible_node(of_root, NULL, "mti,mips-cpc"); in mips_cpc_default_phys_base()
Dsmp.c240 node = of_irq_find_parent(of_root); in mips_smp_ipi_allocate()
297 node = of_irq_find_parent(of_root); in mips_smp_ipi_free()
/Linux-v5.4/drivers/mfd/
Dvexpress-sysreg.c177 if (of_property_read_u32(of_root, "arm,hbi", &dt_hbi) == 0) { in vexpress_sysreg_probe()
/Linux-v5.4/drivers/scsi/ibmvscsi/
Dibmvscsi.c245 if (!of_root) in gather_partition_info()
248 of_node_get(of_root); in gather_partition_info()
250 ppartition_name = of_get_property(of_root, "ibm,partition-name", NULL); in gather_partition_info()
254 p_number_ptr = of_get_property(of_root, "ibm,partition-no", NULL); in gather_partition_info()
257 of_node_put(of_root); in gather_partition_info()
/Linux-v5.4/drivers/soc/renesas/
Drenesas-soc.c292 match = of_match_node(renesas_socs, of_root); in renesas_soc_init()
/Linux-v5.4/include/linux/
Dof.h133 extern struct device_node *of_root;
180 return of_root != NULL; in of_have_populated_dt()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dsetup.c971 if (!of_node_is_type(of_root, "chrp")) in pSeries_probe()

12