Home
last modified time | relevance | path

Searched refs:nameoff (Results 1 – 13 of 13) sorted by relevance

/u-boot/scripts/dtc/libfdt/
A Dfdt_sw.c298 int nameoff; in fdt_property_placeholder() local
306 nameoff = fdt_add_string_(fdt, name); in fdt_property_placeholder()
308 nameoff = fdt_find_add_string_(fdt, name, &allocated); in fdt_property_placeholder()
310 if (nameoff == 0) in fdt_property_placeholder()
321 prop->nameoff = cpu_to_fdt32(nameoff); in fdt_property_placeholder()
367 int nameoff; in fdt_finish() local
369 nameoff = fdt32_to_cpu(prop->nameoff); in fdt_finish()
370 nameoff += fdt_size_dt_strings(fdt); in fdt_finish()
371 prop->nameoff = cpu_to_fdt32(nameoff); in fdt_finish()
A Dfdt.h44 fdt32_t nameoff; member
A Dfdt_ro.c411 if (fdt_string_eq_(fdt, fdt32_to_cpu(prop->nameoff), in fdt_get_property_namelen_()
482 name = fdt_get_string(fdt, fdt32_to_cpu(prop->nameoff), in fdt_getprop_by_offset()
491 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_getprop_by_offset()
A Dfdt_rw.c231 (*prop)->nameoff = cpu_to_fdt32(namestroff); in fdt_add_property_()
/u-boot/tools/libfdt/
A Dfdt_rw.c28 str = fdt_string(old, fdt32_to_cpu(old_prop->nameoff)); in fdt_remove_unused_strings()
32 new_prop->nameoff = cpu_to_fdt32(ret); in fdt_remove_unused_strings()
/u-boot/test/py/tests/
A Dvboot_evil.py101 len_tag, nameoff = struct.unpack('>II',
104 prop_name = getstr(dt_strings, nameoff)
181 (len_tag, nameoff) = struct.unpack('>II',
189 added_data = struct.pack('>II', len(content), nameoff)
/u-boot/common/
A Dfdt_region.c72 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_find_regions()
272 name = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_add_alias_regions()
514 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in fdt_next_region()
/u-boot/lib/efi_selftest/
A Defi_selftest_fdt.c94 const char *label = &strings[f2h(prop->nameoff)]; in get_property()
/u-boot/scripts/dtc/
A Dflattree.c271 int nameoff; in flatten_tree() local
276 nameoff = stringtable_insert(strbuf, prop->name); in flatten_tree()
280 emit->cell(etarget, nameoff); in flatten_tree()
/u-boot/tools/
A Dfdtgrep.c345 name = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in display_fdt_by_regions()
623 str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); in h_include()
/u-boot/cmd/
A Dfdt.c1075 fdt32_to_cpu(fdt_prop->nameoff)); in fdt_print()
/u-boot/lib/
A Dfdtdec.c401 path = fdt_string(blob, fdt32_to_cpu(prop->nameoff)); in fdtdec_add_aliases_for_id()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped1033 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));

Completed in 34 milliseconds