Searched defs:node (Results 1 – 11 of 11) sorted by relevance
/scripts/dtc/ |
A D | checks.c | 76 struct node *node, in check_msg() 179 struct node *node) in check_is_string() 197 struct node *node) in check_is_string_list() 226 struct node *node) in check_is_cell() 284 struct node *node) in check_node_name_chars() 295 struct node *node) in check_node_name_chars_strict() 306 struct node *node) in check_node_name_format() 526 struct node *node) in check_name_properties() 595 struct node *node) in fixup_path_references() 737 struct node *node) in check_ranges_format() [all …]
|
A D | dtc.h | 152 struct node { struct 156 struct node *children; argument 158 struct node *parent; argument 159 struct node *next_sibling; argument 161 char *fullpath; 162 int basenamelen; 164 cell_t phandle; 165 int addr_cells, size_cells; 167 struct label *labels; 168 const struct bus_type *bus; [all …]
|
A D | livetree.c | 236 struct node *node; in add_orphan_node() local 318 struct node *node = parent->children; in delete_node_by_name() local 329 void delete_node(struct node *node) in delete_node() 449 struct node **node) in get_property_by_label() 542 struct node *child, *node; in get_node_by_label() local 562 struct node *child, *node; in get_node_by_phandle() local 795 static void sort_node(struct node *node) in sort_node() 814 struct node *node; in build_and_name_child_node() local 935 struct node *node) in generate_fixups_tree_internal() 979 struct node *lfn, struct node *node, in add_local_fixup_entry() [all …]
|
A D | srcpos.c | 99 struct search_path *node; in fopen_any_on_path() local 183 struct search_path *node; in srcfile_add_search_path() local
|
A D | dtc-parser.y | 58 struct node *node; member
|
A D | flattree.c | 747 struct node *node; in unflatten_tree() local
|
/scripts/dtc/libfdt/ |
A D | fdt_overlay.c | 116 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 156 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 558 void *fdto, int node) in overlay_apply_node() 883 int fdt_overlay_apply_node(void *fdt, int target, void *fdto, int node) in fdt_overlay_apply_node()
|
A D | libfdt.h | 195 #define fdt_for_each_subnode(node, fdt, parent) \ argument 575 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
/scripts/kconfig/ |
A D | preprocess.c | 38 struct list_head node; member 233 struct list_head node; member
|
A D | gconf.c | 1129 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node() 1167 GtkTreeIter *node = parents[indent]; in place_node() local
|
/scripts/kconfig/lxdialog/ |
A D | dialog.h | 162 struct dialog_item node; member
|
Completed in 76 milliseconds