Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 4 of 4) sorted by relevance

/system/libufdt/
Dufdt_overlay.c73 return sorted_table.data[sorted_table.len - 1].phandle; in ufdt_get_max_phandle()
201 int fixups_len, int phandle) { in ufdt_do_one_fixup() argument
205 val = cpu_to_fdt32(phandle); in ufdt_do_one_fixup()
277 uint32_t phandle = ufdt_node_get_phandle(symbol_node); in ufdt_overlay_do_fixups() local
281 if (ufdt_do_one_fixup(overlay_tree, fixups_paths, len, phandle) < 0) { in ufdt_overlay_do_fixups()
Dufdt_convert.c214 uint32_t phandle) { in ufdt_get_node_by_phandle() argument
223 uint32_t mid_phandle = tree->phandle_table.data[mid].phandle; in ufdt_get_node_by_phandle()
224 if (phandle < mid_phandle) in ufdt_get_node_by_phandle()
301 data[*cur].phandle = ph; 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()
/system/libufdt/include/
Dufdt_types.h67 uint32_t phandle; member
Dlibufdt.h191 struct ufdt_node *ufdt_get_node_by_phandle(struct ufdt *tree, uint32_t phandle);