Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/boot/compressed/
Datags_to_fdt.c14 static int node_offset(void *fdt, const char *node_path) in node_offset() argument
16 int offset = fdt_path_offset(fdt, node_path); in node_offset()
18 offset = fdt_add_subnode(fdt, 0, node_path); in node_offset()
22 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument
25 int offset = node_offset(fdt, node_path); in setprop()
31 static int setprop_string(void *fdt, const char *node_path, in setprop_string() argument
34 int offset = node_offset(fdt, node_path); in setprop_string()
40 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() argument
43 int offset = node_offset(fdt, node_path); in setprop_cell()
49 static const void *getprop(const void *fdt, const char *node_path, in getprop() argument
[all …]
/Linux-v5.10/drivers/of/
Dresolver.c77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
90 node_path = cur; in update_usages_of_a_phandle_reference()
110 refnode = __of_find_node_by_full_path(of_node_get(overlay), node_path); in update_usages_of_a_phandle_reference()