Searched refs:fdt_size_dt_struct (Results 1 – 4 of 4) sorted by relevance
30 if (fdt_size_dt_struct(fdt) == 0) in fdt_ro_probe_()102 fdt_size_dt_struct(fdt))) in fdt_check_header()125 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
92 int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_()151 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_resize()250 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_add_string_()347 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
32 fdt_size_dt_struct(fdt))) in fdt_rw_probe_()89 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_()415 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()472 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt)); in fdt_pack()
245 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
Completed in 7 milliseconds