Searched refs:fdt_size_dt_struct (Results 1 – 15 of 15) sorted by relevance
/external/dtc/tests/ |
D | nopulate.c | 74 buf = xmalloc(2 * fdt_size_dt_struct(fdt)); in main() 85 delta = newsize - fdt_size_dt_struct(fdt); in main() 86 struct_end_old = struct_start + fdt_size_dt_struct(fdt); in main()
|
D | mangle-layout.c | 84 size = fdt_size_dt_struct(fdt); in add_block()
|
/external/dtc/libfdt/ |
D | fdt_sw.c | 75 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() 149 if (fdt_size_dt_struct(fdt)) in fdt_add_reservemap_entry() 214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in _fdt_find_add_string() 275 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
|
D | fdt_rw.c | 77 fdt_size_dt_struct(fdt))) in _fdt_rw_check_header() 134 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in _fdt_splice_struct() 430 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into() 487 _fdt_packblocks(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt)); in fdt_pack()
|
D | fdt.c | 68 if (fdt_size_dt_struct(fdt) == 0) in fdt_check_header() 88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
|
D | libfdt.h | 226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_sw.c | 75 int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() 149 if (fdt_size_dt_struct(fdt)) in fdt_add_reservemap_entry() 214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_find_add_string_() 275 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
|
D | fdt.c | 68 if (fdt_size_dt_struct(fdt) == 0) in fdt_check_header() 88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
|
D | fdt_rw.c | 77 fdt_size_dt_struct(fdt))) in fdt_rw_check_header_() 134 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_() 444 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into() 501 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt)); in fdt_pack()
|
D | libfdt.h | 226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
|
/external/u-boot/lib/libfdt/ |
D | fdt_region.c | 131 if (nextoffset != fdt_size_dt_struct(fdt)) in fdt_find_regions() 235 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions() 631 if (info->ptrs.nextoffset != fdt_size_dt_struct(fdt)) in fdt_next_region()
|
/external/dtc/pylibfdt/ |
D | libfdt.i | 431 int fdt_size_dt_struct(const void *fdt);
|
/external/u-boot/cmd/ |
D | fdt.c | 515 fdt_size_dt_struct(working_fdt)); in do_fdt()
|
/external/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 446 int fdt_size_dt_struct(const void *fdt);
|
/external/u-boot/tools/ |
D | fdtgrep.c | 272 fdt_size_dt_struct(blob)); in display_fdt_by_regions()
|