Home
last modified time | relevance | path

Searched refs:FDT_END (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt.c172 return FDT_END; /* premature end */ in fdt_next_tag()
184 return FDT_END; /* premature end */ in fdt_next_tag()
190 return FDT_END; /* premature end */ in fdt_next_tag()
196 return FDT_END; /* premature end */ in fdt_next_tag()
207 case FDT_END: in fdt_next_tag()
213 return FDT_END; in fdt_next_tag()
217 return FDT_END; /* premature end */ in fdt_next_tag()
275 case FDT_END: in fdt_next_node()
H A Dfdt.h58 #define FDT_END 0x9 macro
H A Dfdt_sw.c351 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dfdt_rw.c437 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_ro.c210 case FDT_END: in nextprop_()
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt.c167 return FDT_END; /* premature end */ in fdt_next_tag()
179 return FDT_END; /* premature end */ in fdt_next_tag()
185 return FDT_END; /* premature end */ in fdt_next_tag()
195 case FDT_END: in fdt_next_tag()
201 return FDT_END; in fdt_next_tag()
205 return FDT_END; /* premature end */ in fdt_next_tag()
263 case FDT_END: in fdt_next_node()
H A Dfdt.h58 #define FDT_END 0x9 macro
H A Dfdt_sw.c351 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dfdt_rw.c433 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_ro.c210 case FDT_END: in nextprop_()
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtdump.c99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) { in dump_blob()
H A Dflattree.c364 bin_emit_cell(&dtbuf, FDT_END); in dt_to_blob()
538 fprintf(f, "\t/* FDT_END */\n"); in dt_to_asm()
539 asm_emit_cell(f, FDT_END); in dt_to_asm()
769 case FDT_END: in unflatten_tree()
770 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
917 if (val != FDT_END) in dt_from_blob()
918 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()
H A Dfdtget.c168 case FDT_END: in list_subnodes()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dflattree.c365 bin_emit_cell(&dtbuf, FDT_END); in dt_to_blob()
539 fprintf(f, "\t/* FDT_END */\n"); in dt_to_asm()
540 asm_emit_cell(f, FDT_END); in dt_to_asm()
770 case FDT_END: in unflatten_tree()
771 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
918 if (val != FDT_END) in dt_from_blob()
919 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()
H A Dfdtget.c168 case FDT_END: in list_subnodes()

Completed in 11 milliseconds