Searched defs:prop_ptr (Results 1 – 4 of 4) sorted by relevance
50 const struct fdt_property **prop_ptr = &dict->props[idx]; in _ufdt_prop_dict_find_index_by_name() local130 const struct fdt_property **prop_ptr = _ufdt_prop_dict_find_index(dict, prop); in ufdt_prop_dict_add() local144 const struct fdt_property **prop_ptr = in ufdt_prop_dict_find() local
131 char *path, *prop_ptr, *offset_ptr, *end_ptr; in ufdt_get_fixup_location() local
143 char *path, *prop_ptr, *offset_ptr; in ufdt_combine_fixup() local
136 int parse_path(char **path_ptr, char **prop_ptr, char *value_str) { in parse_path()