Searched refs:node_path (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 4 static int node_offset(void *fdt, const char *node_path) in node_offset() argument 6 int offset = fdt_path_offset(fdt, node_path); in node_offset() 8 offset = fdt_add_subnode(fdt, 0, node_path); in node_offset() 12 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument 15 int offset = node_offset(fdt, node_path); in setprop() 21 static int setprop_string(void *fdt, const char *node_path, in setprop_string() argument 24 int offset = node_offset(fdt, node_path); in setprop_string() 30 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() argument 33 int offset = node_offset(fdt, node_path); in setprop_cell()
|