of_root            16 arch/mips/generic/proc.c 	err = of_property_read_string(of_root, "model", &str);
of_root            20 arch/mips/generic/proc.c 	err = of_property_read_string_index(of_root, "compatible", 0, &str);
of_root            27 arch/mips/kernel/mips-cpc.c 	cpc_node = of_find_compatible_node(of_root, NULL, "mti,mips-cpc");
of_root           240 arch/mips/kernel/smp.c 	node = of_irq_find_parent(of_root);
of_root           297 arch/mips/kernel/smp.c 	node = of_irq_find_parent(of_root);
of_root            63 arch/powerpc/platforms/40x/ppc40x_simple.c 	if (of_device_compatible_match(of_root, board)) {
of_root            36 arch/powerpc/platforms/512x/mpc512x_generic.c 	if (!of_device_compatible_match(of_root, board))
of_root           201 arch/powerpc/platforms/52xx/efika.c 	const char *model = of_get_property(of_root, "model", NULL);
of_root           183 arch/powerpc/platforms/52xx/lite5200.c 	return of_device_compatible_match(of_root, board);
of_root           240 arch/powerpc/platforms/52xx/media5200.c 	return of_device_compatible_match(of_root, board);
of_root            69 arch/powerpc/platforms/52xx/mpc5200_simple.c 	return of_device_compatible_match(of_root, board);
of_root            42 arch/powerpc/platforms/83xx/mpc830x_rdb.c 	return of_device_compatible_match(of_root, board);
of_root            42 arch/powerpc/platforms/83xx/mpc831x_rdb.c 	return of_device_compatible_match(of_root, board);
of_root            69 arch/powerpc/platforms/83xx/mpc837x_rdb.c 	return of_device_compatible_match(of_root, board);
of_root           164 arch/powerpc/platforms/85xx/corenet_generic.c 	if (of_device_compatible_match(of_root, boards))
of_root           121 arch/powerpc/platforms/85xx/tqm85xx.c 	return of_device_compatible_match(of_root, board);
of_root           978 arch/powerpc/platforms/pseries/setup.c 	if (!of_node_is_type(of_root, "chrp"))
of_root          1433 drivers/clk/clk-qoriq.c 	    of_device_is_compatible(of_root, "fsl,ls1021a")) {
of_root            19 drivers/cpufreq/tango-cpufreq.c 	if (!of_match_node(machines, of_root))
of_root           177 drivers/mfd/vexpress-sysreg.c 	if (of_property_read_u32(of_root, "arm,hbi", &dt_hbi) == 0) {
of_root            36 drivers/of/base.c struct device_node *of_root;
of_root            37 drivers/of/base.c EXPORT_SYMBOL(of_root);
of_root           249 drivers/of/base.c 	if (of_root)
of_root           291 drivers/of/base.c 		np = of_root;
of_root           950 drivers/of/base.c 		return of_node_get(of_root);
of_root           979 drivers/of/base.c 		np = of_node_get(of_root);
of_root          1227 drivers/of/fdt.c 	__unflatten_device_tree(initial_boot_params, NULL, &of_root,
of_root           205 drivers/of/pdt.c 	of_root = of_pdt_create_node(root_node, NULL);
of_root           206 drivers/of/pdt.c 	of_root->full_name = "/";
of_root           208 drivers/of/pdt.c 	of_root->child = of_pdt_build_tree(of_root,
of_root           209 drivers/of/pdt.c 				of_pdt_prom_ops->getchild(of_root->phandle));
of_root           238 drivers/of/unittest.c 	if (!of_root)
of_root           243 drivers/of/unittest.c 	child_count = of_unittest_check_node_linkage(of_root);
of_root           311 drivers/of/unittest.c 	of_unittest_printf_one(of_root, "%pOFP", "/");
of_root          1235 drivers/of/unittest.c 	if (!of_root) {
of_root          1236 drivers/of/unittest.c 		of_root = unittest_data_node;
of_root          1250 drivers/of/unittest.c 		np->parent = of_root;
of_root          2424 drivers/of/unittest.c 	of_symbols = of_get_child_by_name(of_root, "__symbols__");
of_root          2440 drivers/of/unittest.c 		for_each_child_of_node(of_root, base_child) {
of_root          2458 drivers/of/unittest.c 		np->parent = of_root;
of_root          2462 drivers/of/unittest.c 	for (last_sibling = np = of_root->child; np; np = np->sibling)
of_root          2468 drivers/of/unittest.c 		of_root->child = overlay_base_root->child;
of_root           245 drivers/scsi/ibmvscsi/ibmvscsi.c 	if (!of_root)
of_root           248 drivers/scsi/ibmvscsi/ibmvscsi.c 	of_node_get(of_root);
of_root           250 drivers/scsi/ibmvscsi/ibmvscsi.c 	ppartition_name = of_get_property(of_root, "ibm,partition-name", NULL);
of_root           254 drivers/scsi/ibmvscsi/ibmvscsi.c 	p_number_ptr = of_get_property(of_root, "ibm,partition-no", NULL);
of_root           257 drivers/scsi/ibmvscsi/ibmvscsi.c 	of_node_put(of_root);
of_root           105 drivers/soc/imx/soc-imx-scu.c 	ret = of_property_read_string(of_root,
of_root           154 drivers/soc/imx/soc-imx8.c 	ret = of_property_read_string(of_root, "model", &soc_dev_attr->machine);
of_root           158 drivers/soc/imx/soc-imx8.c 	id = of_match_node(imx8_soc_match, of_root);
of_root           292 drivers/soc/renesas/renesas-soc.c 	match = of_match_node(renesas_socs, of_root);
of_root           133 include/linux/of.h extern struct device_node *of_root;
of_root           180 include/linux/of.h 	return of_root != NULL;