Home
last modified time | relevance | path

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

/system/libufdt/include/
Dufdt_types.h66 struct phandle_table_entry { struct
73 struct phandle_table_entry *data; argument
/system/libufdt/
Dufdt_convert.c296 struct phandle_table_entry *data, in set_phandle_table_entry()
311 uint32_t ph_a = ((const struct phandle_table_entry *)pa)->phandle; in phandle_table_entry_cmp()
312 uint32_t ph_b = ((const struct phandle_table_entry *)pb)->phandle; in phandle_table_entry_cmp()
324 res.data = dto_malloc(sizeof(struct phandle_table_entry) * res.len); in build_phandle_table()
327 dto_qsort(res.data, res.len, sizeof(struct phandle_table_entry), in build_phandle_table()