Home
last modified time | relevance | path

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

/scripts/dtc/
Dfstree.c16 struct node *tree; in read_fstree() local
70 struct node *tree; in dt_from_fs() local
Dlivetree.c399 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info()
447 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
473 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
512 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path()
538 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
558 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle()
582 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref()
623 uint32_t guess_boot_cpuid(struct node *tree) in guess_boot_cpuid()
Dyamltree.c176 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree()
Ddtc.c31 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
Dtreesource.c281 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
Dflattree.c235 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree()
809 struct node *tree; in dt_from_blob() local
/scripts/
Dspdxcheck.py206 def scan_git_tree(tree): argument
219 def scan_git_subtree(tree, path): argument
/scripts/kconfig/
Dgconf.c51 GtkTreeStore *tree1, *tree2, *tree; variable