/scripts/dtc/ |
D | dtc.h | 145 struct node { struct 149 struct node *children; argument 151 struct node *parent; argument 152 struct node *next_sibling; argument 154 char *fullpath; 155 int basenamelen; 157 cell_t phandle; 158 int addr_cells, size_cells; 160 struct label *labels;
|
D | livetree.c | 128 struct node *name_node(struct node *node, char *name) in name_node() 227 void add_property(struct node *node, struct property *prop) in add_property() 240 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 275 struct node *node = parent->children; in delete_node_by_name() local 286 void delete_node(struct node *node) in delete_node() 355 const char *get_unitname(struct node *node) in get_unitname() 363 struct property *get_property(struct node *node, const char *propname) in get_property() 381 struct node **node) in get_property_by_label() 407 struct node **node, struct property **prop) in get_marker_label() 434 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() [all …]
|
D | checks.c | 126 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props() 199 struct node *node) in check_is_string() 218 struct node *node) in check_is_cell() 241 struct node *node) in check_duplicate_node_names() 256 struct node *node) in check_duplicate_property_names() 278 struct node *node) in check_node_name_chars() 289 struct node *node) in check_node_name_format() 298 struct node *node) in check_unit_address_vs_reg() 322 struct node *node, struct property *prop) in check_property_name_chars() 333 #define DESCLABEL_ARGS(node,prop,mark) \ argument [all …]
|
D | fdtget.c | 122 static int list_properties(const void *blob, int node) in list_properties() 150 static int list_subnodes(const void *blob, int node) in list_subnodes() 207 int node, const char *property) in show_data_for_item() 255 int i, node; in do_fdtget() local
|
D | fdtput.c | 137 int node; in store_key_value() local 168 int node, offset = 0; in create_paths() local 208 int node = 0; in create_node() local
|
D | srcpos.c | 101 struct search_path *node; in fopen_any_on_path() local 185 struct search_path *node; in srcfile_add_search_path() local
|
D | dtc-parser.y | 51 struct node *node; member
|
D | flattree.c | 747 struct node *node; in unflatten_tree() local
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 141 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument 142 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument 143 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument 144 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument 268 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local 273 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p() 280 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local 288 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body() 296 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument 312 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument [all …]
|
D | latent_entropy_plugin.c | 122 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute() 492 varpool_node_ptr node; in create_latent_entropy_decl() local
|
/scripts/genksyms/ |
D | parse.y | 41 struct string_list *node = *p; in remove_node() local
|
D | genksyms.c | 335 void free_node(struct string_list *node) in free_node() 379 struct string_list *copy_node(struct string_list *node) in copy_node() 423 struct string_list node = { in read_node() local
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 181 struct dialog_item node; member
|
/scripts/kconfig/ |
D | gconf.c | 1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node() 1201 GtkTreeIter *node = parents[indent]; in place_node() local
|
/scripts/ |
D | analyze_suspend.py | 1052 def printTopology(self, node): argument
|