Searched refs:tree (Results 1 – 7 of 7) sorted by relevance
54 oftree tree = event->data.ft_fixup.tree; in bootmeth_vbe_simple_ft_fixup() local71 chosen = oftree_path(tree, "/chosen"); in bootmeth_vbe_simple_ft_fixup()
604 oftree tree; in upl_create_handoff_tree() local607 ret = oftree_new(&tree); in upl_create_handoff_tree()611 root = oftree_root(tree); in upl_create_handoff_tree()619 *treep = tree; in upl_create_handoff_tree()
143 bool "Select the best match for the kernel device tree"243 particular it can handle selecting from multiple device tree272 over the device tree.701 the device tree /chosen node, added during the device tree fixup710 the device tree /chosen node, added during the device tree fixup1256 bool "Store boot timing information in the OS device tree"1842 fdt command to modify the device tree. The device tree is then passed1851 The device tree is then passed to the OS.1861 The device tree is then passed to the OS.1869 The device tree is then passed to the OS.[all …]
544 int upl_read_handoff(struct upl *upl, oftree tree) in upl_read_handoff() argument549 if (!oftree_valid(tree)) in upl_read_handoff()552 root = oftree_root(tree); in upl_read_handoff()
680 fixup.tree = oftree_from_fdt(blob); in image_setup_libfdt()682 if (oftree_valid(fixup.tree)) { in image_setup_libfdt()
175 dest_parent = oftree_path(fixup->tree, "/chosen"); in bootmeth_vbe_ft_fixup()
524 int cedit_read_settings(struct expo *exp, oftree tree) in cedit_read_settings() argument530 root = oftree_root(tree); in cedit_read_settings()
Completed in 19 milliseconds