Searched refs:flatten_tree (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | flattree.c | 236 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() function 288 flatten_tree(child, emit, etarget, strbuf, vi); in flatten_tree() 364 flatten_tree(dti->dt, &bin_emitter, &dtbuf, &strbuf, vi); in dt_to_blob() 537 flatten_tree(dti->dt, &asm_emitter, f, &strbuf, vi); in dt_to_asm()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 250 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() function 302 flatten_tree(child, emit, etarget, strbuf, vi); in flatten_tree() 378 flatten_tree(dti->dt, &bin_emitter, &dtbuf, &strbuf, vi); in dt_to_blob() 551 flatten_tree(dti->dt, &asm_emitter, f, &strbuf, vi); in dt_to_asm()
|