Searched refs:of_root (Results 1 – 7 of 7) sorted by relevance
/drivers/of/ |
D | pdt.c | 234 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree() 236 of_root->path_component_name = ""; in of_pdt_build_devicetree() 238 of_root->full_name = "/"; in of_pdt_build_devicetree() 240 of_root->child = of_pdt_build_tree(of_root, in of_pdt_build_devicetree() 241 of_pdt_prom_ops->getchild(of_root->phandle)); in of_pdt_build_devicetree()
|
D | base.c | 38 struct device_node *of_root; variable 39 EXPORT_SYMBOL(of_root); 218 if (of_root) in of_core_init() 260 np = of_root; in __of_find_all_nodes() 814 return of_node_get(of_root); in of_find_node_opts_by_path() 843 np = of_node_get(of_root); in of_find_node_opts_by_path()
|
D | unittest.c | 228 if (!of_root) in of_unittest_check_tree_linkage() 233 child_count = of_unittest_check_node_linkage(of_root); in of_unittest_check_tree_linkage() 935 if (!of_root) { in unittest_data_add() 936 of_root = unittest_data_node; in unittest_data_add() 949 np->parent = of_root; in unittest_data_add()
|
D | fdt.c | 1267 __unflatten_device_tree(initial_boot_params, NULL, &of_root, in unflatten_device_tree()
|
/drivers/mfd/ |
D | vexpress-sysreg.c | 184 if (of_property_read_u32(of_root, "arm,hbi", &dt_hbi) == 0) { in vexpress_sysreg_probe()
|
/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 255 if (!of_root) in gather_partition_info() 258 of_node_get(of_root); in gather_partition_info() 260 ppartition_name = of_get_property(of_root, "ibm,partition-name", NULL); in gather_partition_info() 264 p_number_ptr = of_get_property(of_root, "ibm,partition-no", NULL); in gather_partition_info() 267 of_node_put(of_root); in gather_partition_info()
|
/drivers/clk/ |
D | clk-qoriq.c | 1212 of_device_is_compatible(of_root, "fsl,ls1021a")) { in clockgen_init()
|