Searched defs:ufdt_prop_dict (Results 1 - 1 of 1) sorted by relevance

/system/libufdt/
H A Dufdt_prop_dict.h22 struct ufdt_prop_dict { struct
30 * Allocates some new spaces and creates a new ufdt_prop_dict.
32 * @return: a pointer to the newly created ufdt_prop_dict or
35 int ufdt_prop_dict_construct(struct ufdt_prop_dict *dict, void *fdtp);
40 void ufdt_prop_dict_destruct(struct ufdt_prop_dict *dict);
43 * Adds a fdt_property (as pointer) to the ufdt_prop_dict.
49 int ufdt_prop_dict_add(struct ufdt_prop_dict *dict,
56 * NULL if no such node in ufdt_prop_dict with same name.
60 const struct fdt_property *ufdt_prop_dict_find(const struct ufdt_prop_dict *dict,

Completed in 50 milliseconds