Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm/boot/compressed/
Datags_to_fdt.c15 static int node_offset(void *fdt, const char *node_path) in node_offset() argument
17 int offset = fdt_path_offset(fdt, node_path); in node_offset()
20 offset = fdt_add_subnode(fdt, 0, node_path + 1); in node_offset()
24 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument
27 int offset = node_offset(fdt, node_path); in setprop()
33 static int setprop_string(void *fdt, const char *node_path, in setprop_string() argument
36 int offset = node_offset(fdt, node_path); in setprop_string()
42 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() argument
45 int offset = node_offset(fdt, node_path); in setprop_cell()
51 static const void *getprop(const void *fdt, const char *node_path, in getprop() argument
[all …]
Dfdt_check_mem_start.c8 static const void *get_prop(const void *fdt, const char *node_path, in get_prop() argument
14 offset = fdt_path_offset(fdt, node_path); in get_prop()
/linux-6.14.4/drivers/of/
Dresolver.c79 char *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
91 node_path = cur; in update_usages_of_a_phandle_reference()
107 refnode = __of_find_node_by_full_path(of_node_get(overlay), node_path); in update_usages_of_a_phandle_reference()
Dunittest.c1429 static void __init of_unittest_check_addr(const char *node_path, in of_unittest_check_addr() argument
1442 np = of_find_node_by_path(node_path); in of_unittest_check_addr()
1444 pr_err("missing testcase data (%s)\n", node_path); in of_unittest_check_addr()
/linux-6.14.4/tools/testing/selftests/resctrl/
Dresctrlfs.c970 char node_path[PATH_MAX]; in snc_kernel_support() local
984 snprintf(node_path, sizeof(node_path), "%s/%s", RESCTRL_PATH, in snc_kernel_support()
987 if (!stat(node_path, &statbuf)) in snc_kernel_support()