Searched refs:fdt_size_dt_struct (Results 1 – 8 of 8) sorted by relevance
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()
68 if (fdt_size_dt_struct(fdt) == 0) in fdt_check_header()88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
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()
226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
133 if (nextoffset != fdt_size_dt_struct(fdt)) in fdt_find_regions()237 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions()633 if (info->ptrs.nextoffset != fdt_size_dt_struct(fdt)) in fdt_next_region()
514 fdt_size_dt_struct(working_fdt)); in do_fdt()
270 fdt_size_dt_struct(blob)); in display_fdt_by_regions()
447 int fdt_size_dt_struct(const void *fdt);