Searched defs:node (Results 1 – 9 of 9) sorted by relevance
/scripts/dtc/ |
D | dtc.h | 142 struct node { struct 145 struct node *children; argument 147 struct node *parent; argument 148 struct node *next_sibling; argument 150 char *fullpath; 174 struct node *build_node(struct property *proplist, struct node *children); argument
|
D | checks.c | 114 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props() 180 struct node *node) in check_is_string() 197 struct node *node) in check_is_cell() 218 struct node *node) in check_duplicate_node_names() 233 struct node *node) in check_duplicate_property_names() 251 struct node *node) in check_node_name_chars() 262 struct node *node) in check_node_name_format() 271 struct node *node, struct property *prop) in check_property_name_chars() 282 #define DESCLABEL_ARGS(node,prop,mark) \ argument 289 const char *label, struct node *node, in check_duplicate_label() [all …]
|
D | livetree.c | 94 struct node *name_node(struct node *node, char *name) in name_node() 178 void add_property(struct node *node, struct property *prop) in add_property() 261 const char *get_unitname(struct node *node) in get_unitname() 269 struct property *get_property(struct node *node, const char *propname) in get_property() 287 struct node **node) in get_property_by_label() 313 struct node **node, struct property **prop) in get_marker_label() 340 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() 376 struct node *child, *node; in get_node_by_label() local 396 struct node *child, *node; in get_node_by_phandle() local 420 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle() [all …]
|
D | dtc-parser.y | 51 struct node *node; member
|
D | flattree.c | 744 struct node *node; in unflatten_tree() local
|
/scripts/genksyms/ |
D | parse.y | 41 struct string_list *node = *p; in remove_node() local
|
D | genksyms.c | 336 void free_node(struct string_list *node) in free_node() 380 struct string_list *copy_node(struct string_list *node) in copy_node() 424 struct string_list node = { in read_node() local
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 174 struct dialog_item node; member
|
/scripts/kconfig/ |
D | gconf.c | 1186 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node() 1225 GtkTreeIter *node = parents[indent]; in place_node() local
|