Searched refs:fdt_size_dt_struct (Results 1 – 5 of 5) sorted by relevance
99 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_()161 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_resize()260 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_add_string_()357 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
33 if (fdt_size_dt_struct(fdt) == 0) in fdt_ro_probe_()118 fdt_size_dt_struct(fdt))) in fdt_check_header()148 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
36 fdt_size_dt_struct(fdt))) in fdt_rw_probe_()93 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_()431 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()488 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt)); in fdt_pack()
214 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
283 return fdt_size_dt_struct(self._fdt)1112 uint32_t fdt_size_dt_struct(const void *fdt);
Completed in 12 milliseconds