Searched refs:FDT_END (Results 1 – 7 of 7) sorted by relevance
104 return FDT_END; /* premature end */ in fdt_next_tag()116 return FDT_END; /* premature end */ in fdt_next_tag()122 return FDT_END; /* premature end */ in fdt_next_tag()131 case FDT_END: in fdt_next_tag()137 return FDT_END; in fdt_next_tag()141 return FDT_END; /* premature end */ in fdt_next_tag()193 case FDT_END: in fdt_next_node()
103 #define FDT_END 0x9 macro
271 *end = cpu_to_fdt32(FDT_END); in fdt_finish()281 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
447 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
144 case FDT_END: in nextprop_()
87 FDT_END = 0x00000009 enumerator106 case FDT_END: in token_type_name()
839 case dtb::FDT_END: in node()1760 struct_writer.write_token(dtb::FDT_END); in write()1899 if (!(struct_table.consume_binary(token) && (token == dtb::FDT_END))) in parse_dtb()