Searched refs:node_path (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 12 static int node_offset(void *fdt, const char *node_path) in node_offset() argument 14 int offset = fdt_path_offset(fdt, node_path); in node_offset() 16 offset = fdt_add_subnode(fdt, 0, node_path); in node_offset() 20 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument 23 int offset = node_offset(fdt, node_path); in setprop() 29 static int setprop_string(void *fdt, const char *node_path, in setprop_string() argument 32 int offset = node_offset(fdt, node_path); in setprop_string() 38 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() argument 41 int offset = node_offset(fdt, node_path); in setprop_cell() 47 static const void *getprop(const void *fdt, const char *node_path, in getprop() argument [all …]
|