Searched refs:phandle_table (Results 1 – 4 of 4) sorted by relevance
43 res_ufdt->phandle_table.data = NULL; in ufdt_construct()44 res_ufdt->phandle_table.len = 0; in ufdt_construct()61 dto_free(tree->phandle_table.data); in ufdt_destruct()240 int s = 0, e = tree->phandle_table.len; in ufdt_get_node_by_phandle()243 uint32_t mid_phandle = tree->phandle_table.data[mid].phandle; in ufdt_get_node_by_phandle()249 if (e - s > 0 && tree->phandle_table.data[s].phandle == phandle) { in ufdt_get_node_by_phandle()250 res = tree->phandle_table.data[s].node; in ufdt_get_node_by_phandle()324 res_tree->phandle_table = build_phandle_table(res_tree); in ufdt_from_fdt()
71 struct ufdt_static_phandle_table sorted_table = tree->phandle_table; in ufdt_get_max_phandle()100 struct ufdt_static_phandle_table sorted_table = tree->phandle_table; in ufdt_try_increase_phandle()
85 struct ufdt_static_phandle_table phandle_table; member
411 combined_overlay_tree->phandle_table = build_phandle_table(combined_overlay_tree); in ufdt_combine_all_overlays()