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

/system/libufdt/include/
H A Dufdt_types.h67 uint32_t phandle; member in struct:phandle_table_entry
/system/libufdt/
H A Dufdt_overlay.c68 * Gets the max phandle of a given ufdt.
73 return sorted_table.data[sorted_table.len - 1].phandle;
79 * Tries to increase the phandle value of a node
80 * if the phandle exists.
85 char *prop_data = ufdt_node_get_fdt_prop_data_by_name(node, "phandle", &len);
89 prop_data = ufdt_node_get_fdt_prop_data_by_name(node, "linux,phandle", &len);
113 * In the overlay_tree, there are some references (phandle)
198 * @phandle is value for these locations.
201 int fixups_len, int phandle) {
205 val = cpu_to_fdt32(phandle);
200 ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, int fixups_len, int phandle) argument
277 uint32_t phandle = ufdt_node_get_phandle(symbol_node); local
[all...]
H A Dufdt_convert.c214 uint32_t phandle) {
223 uint32_t mid_phandle = tree->phandle_table.data[mid].phandle;
224 if (phandle < mid_phandle)
301 data[*cur].phandle = ph;
311 uint32_t ph_a = ((const struct phandle_table_entry *)pa)->phandle;
312 uint32_t ph_b = ((const struct phandle_table_entry *)pb)->phandle;
213 ufdt_get_node_by_phandle(struct ufdt *tree, uint32_t phandle) argument

Completed in 776 milliseconds