Searched refs:FDT_END (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt.c | 172 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 D | fdt.h | 58 #define FDT_END 0x9 macro
|
H A D | fdt_sw.c | 351 *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 D | fdt_rw.c | 437 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
|
H A D | fdt_ro.c | 210 case FDT_END: in nextprop_()
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt.c | 167 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 D | fdt.h | 58 #define FDT_END 0x9 macro
|
H A D | fdt_sw.c | 351 *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 D | fdt_rw.c | 433 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
|
H A D | fdt_ro.c | 210 case FDT_END: in nextprop_()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fdtdump.c | 99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) { in dump_blob()
|
H A D | flattree.c | 364 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 D | fdtget.c | 168 case FDT_END: in list_subnodes()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | flattree.c | 365 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 D | fdtget.c | 168 case FDT_END: in list_subnodes()
|
Completed in 11 milliseconds