Searched refs:FDT_END (Results 1 – 6 of 6) sorted by relevance
164 return FDT_END; /* premature end */ in fdt_next_tag()176 return FDT_END; /* premature end */ in fdt_next_tag()182 return FDT_END; /* premature end */ in fdt_next_tag()192 case FDT_END: in fdt_next_tag()198 return FDT_END; in fdt_next_tag()203 return FDT_END; /* premature end */ in fdt_next_tag()255 case FDT_END: in fdt_next_node()
58 #define FDT_END 0x9 macro
353 *end = cpu_to_fdt32(FDT_END); in fdt_finish()363 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
210 case FDT_END: in nextprop_()890 if (expect_end && tag != FDT_END) in fdt_check_full()897 case FDT_END: in fdt_check_full()
434 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
379 bin_emit_cell(&dtbuf, FDT_END); in dt_to_blob()554 asm_emit_cell(f, FDT_END); in dt_to_asm()782 case FDT_END: in unflatten_tree()929 if (val != FDT_END) in dt_from_blob()
Completed in 13 milliseconds