Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_prop_dict.c54 const char *prop_name = fdt_string(dict->fdtp, fdt32_to_cpu(prop->nameoff)); in _ufdt_prop_dict_find_index_by_name()
64 const char *name = fdt_string(dict->fdtp, fdt32_to_cpu(prop->nameoff)); in _ufdt_prop_dict_find_index()
Dufdt_convert.c312 res = fdt32_to_cpu(same_name_prop->nameoff); in _ufdt_get_property_nameoff()
327 int nameoff = _ufdt_get_property_nameoff(tree, prop_node->name, dict); in _ufdt_output_property_to_fdt() local
328 if (nameoff == 0) return -1; in _ufdt_output_property_to_fdt()
347 new_prop->nameoff = cpu_to_fdt32(nameoff); in _ufdt_output_property_to_fdt()
Dufdt_node.c31 res->name = fdt_string(fdtp, fdt32_to_cpu(prop->nameoff)); in ufdt_node_construct()