Home
last modified time | relevance | path

Searched refs:ufdt_phandle_table_entry (Results 1 – 2 of 2) sorted by relevance

/system/libufdt/include/
Dufdt_types.h69 struct ufdt_phandle_table_entry { struct
76 struct ufdt_phandle_table_entry *data; argument
/system/libufdt/
Dufdt_convert.c250 struct ufdt_phandle_table_entry *data, in set_phandle_table_entry()
265 uint32_t ph_a = ((const struct ufdt_phandle_table_entry *)pa)->phandle; in phandle_table_entry_cmp()
266 uint32_t ph_b = ((const struct ufdt_phandle_table_entry *)pb)->phandle; in phandle_table_entry_cmp()
278 res.data = dto_malloc(sizeof(struct ufdt_phandle_table_entry) * res.len); in build_phandle_table()
281 dto_qsort(res.data, res.len, sizeof(struct ufdt_phandle_table_entry), in build_phandle_table()