Home
last modified time | relevance | path

Searched defs:root (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/
Dchecks.c198 static void check_is_string(struct check *c, struct node *root, in check_is_string()
217 static void check_is_cell(struct check *c, struct node *root, in check_is_cell()
388 static void check_explicit_phandles(struct check *c, struct node *root, in check_explicit_phandles()
447 static void check_name_properties(struct check *c, struct node *root, in check_name_properties()
Dlivetree.c522 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle()
/scripts/
Dasn1_compiler.c1300 struct type *root; in render() local