Home
last modified time | relevance | path

Searched refs:fdt_size_dt_struct (Results 1 – 15 of 15) sorted by relevance

/external/dtc/tests/
Dnopulate.c74 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()
Dmangle-layout.c84 size = fdt_size_dt_struct(fdt); in add_block()
/external/dtc/libfdt/
Dfdt_sw.c75 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()
Dfdt_rw.c77 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()
Dfdt.c68 if (fdt_size_dt_struct(fdt) == 0) in fdt_check_header()
88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
Dlibfdt.h226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
/external/u-boot/scripts/dtc/libfdt/
Dfdt_sw.c75 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()
Dfdt.c68 if (fdt_size_dt_struct(fdt) == 0) in fdt_check_header()
88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
Dfdt_rw.c77 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()
Dlibfdt.h226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
/external/u-boot/lib/libfdt/
Dfdt_region.c131 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/
Dlibfdt.i431 int fdt_size_dt_struct(const void *fdt);
/external/u-boot/cmd/
Dfdt.c515 fdt_size_dt_struct(working_fdt)); in do_fdt()
/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped446 int fdt_size_dt_struct(const void *fdt);
/external/u-boot/tools/
Dfdtgrep.c272 fdt_size_dt_struct(blob)); in display_fdt_by_regions()