Home | History | Annotate | Download | only in dtc

Lines Matching refs:property

139 struct property {
144 struct property *next;
152 struct property *proplist;
191 struct property *build_property(char *name, struct data val);
192 struct property *build_property_delete(char *name);
193 struct property *chain_property(struct property *first, struct property *list);
194 struct property *reverse_properties(struct property *first);
196 struct node *build_node(struct property *proplist, struct node *children);
203 void add_property(struct node *node, struct property *prop);
205 void delete_property(struct property *prop);
213 struct property *get_property(struct node *node, const char *propname);
214 cell_t propval_cell(struct property *prop);
215 struct property *get_property_by_label(struct node *tree, const char *label,
218 struct node **node, struct property **prop);