Home
last modified time | relevance | path

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

/scripts/dtc/
Dfstree.c31 struct node *tree; in read_fstree() local
84 struct node *tree; in dt_from_fs() local
Dlivetree.c339 struct node *tree, uint32_t boot_cpuid_phys) in build_boot_info()
380 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
406 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
445 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path()
471 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
491 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle()
512 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref()
553 uint32_t guess_boot_cpuid(struct node *tree) in guess_boot_cpuid()
Ddtc.c35 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
Dtreesource.c236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
Dflattree.c258 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
817 struct node *tree; in dt_from_blob() local
/scripts/kconfig/
Dgconf.c57 GtkTreeStore *tree1, *tree2, *tree; variable