node_path 13 arch/arm/boot/compressed/atags_to_fdt.c static int node_offset(void *fdt, const char *node_path) node_path 15 arch/arm/boot/compressed/atags_to_fdt.c int offset = fdt_path_offset(fdt, node_path); node_path 17 arch/arm/boot/compressed/atags_to_fdt.c offset = fdt_add_subnode(fdt, 0, node_path); node_path 21 arch/arm/boot/compressed/atags_to_fdt.c static int setprop(void *fdt, const char *node_path, const char *property, node_path 24 arch/arm/boot/compressed/atags_to_fdt.c int offset = node_offset(fdt, node_path); node_path 30 arch/arm/boot/compressed/atags_to_fdt.c static int setprop_string(void *fdt, const char *node_path, node_path 33 arch/arm/boot/compressed/atags_to_fdt.c int offset = node_offset(fdt, node_path); node_path 39 arch/arm/boot/compressed/atags_to_fdt.c static int setprop_cell(void *fdt, const char *node_path, node_path 42 arch/arm/boot/compressed/atags_to_fdt.c int offset = node_offset(fdt, node_path); node_path 48 arch/arm/boot/compressed/atags_to_fdt.c static const void *getprop(const void *fdt, const char *node_path, node_path 51 arch/arm/boot/compressed/atags_to_fdt.c int offset = fdt_path_offset(fdt, node_path); node_path 77 drivers/of/resolver.c char *value, *cur, *end, *node_path, *prop_name, *s; node_path 90 drivers/of/resolver.c node_path = cur; node_path 110 drivers/of/resolver.c refnode = __of_find_node_by_full_path(of_node_get(overlay), node_path);