Searched defs:phandle (Results 1 - 4 of 4) sorted by last modified time

/system/libufdt/
H A Dufdt_convert.c218 uint32_t phandle) {
227 uint32_t mid_phandle = tree->phandle_table.data[mid].phandle;
228 if (phandle < mid_phandle)
233 if (e - s > 0 && tree->phandle_table.data[s].phandle == phandle) {
255 data[*cur].phandle = ph;
265 uint32_t ph_a = ((const struct ufdt_phandle_table_entry *)pa)->phandle;
266 uint32_t ph_b = ((const struct ufdt_phandle_table_entry *)pb)->phandle;
217 ufdt_get_node_by_phandle(struct ufdt *tree, uint32_t phandle) argument
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)
204 * @phandle is value for these locations.
207 int phandle) {
211 val = cpu_to_fdt32(phandle);
206 ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, int fixups_len, int phandle) argument
283 uint32_t phandle = ufdt_node_get_phandle(symbol_node); local
[all...]
/system/libufdt/include/
H A Dufdt_types.h70 uint32_t phandle; member in struct:ufdt_phandle_table_entry
/system/libufdt/tests/libufdt_verify/
H A Dufdt_test_overlay.cpp71 * the property type is phandle.
220 uint32_t phandle = ufdt_node_get_phandle(symbol_node); local
221 (*phandle_path_map)[phandle] = std::string(symbol_path);

Completed in 84 milliseconds