Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c245 struct node *tree, uint32_t boot_cpuid_phys) in build_boot_info()
286 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
312 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
351 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path()
374 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
394 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle()
412 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref()
451 uint32_t guess_boot_cpuid(struct node *tree) in guess_boot_cpuid()
H A Dfstree.c31 struct node *tree; in read_fstree() local
84 struct node *tree; in dt_from_fs() local
H A Ddtc.c35 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
H A Dtreesource.c234 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
H A Dflattree.c258 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
816 struct node *tree; in dt_from_blob() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c57 GtkTreeStore *tree1, *tree2, *tree; variable