Searched refs:append_to_property (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/scripts/dtc/ |
H A D | livetree.c | 322 void append_to_property(struct node *node, in append_to_property() function 882 append_to_property(fn, m->ref, entry, strlen(entry) + 1); in add_fixup_entry() 965 append_to_property(wn, prop->name, &value_32, sizeof(value_32)); in add_local_fixup_entry()
|
H A D | dtc.h | 215 void append_to_property(struct node *node,
|
/openbmc/linux/scripts/dtc/ |
H A D | livetree.c | 338 void append_to_property(struct node *node, in append_to_property() function 934 append_to_property(fn, m->ref, entry, strlen(entry) + 1, TYPE_STRING); in add_fixup_entry() 1017 append_to_property(wn, prop->name, &value_32, sizeof(value_32), TYPE_UINT32); in add_local_fixup_entry()
|
H A D | dtc.h | 285 void append_to_property(struct node *node,
|