Searched defs: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()20 static int setprop(void *fdt, const char *node_path, const char *property,  in setprop()
 29 static int setprop_string(void *fdt, const char *node_path,  in setprop_string()
 38 static int setprop_cell(void *fdt, const char *node_path,  in setprop_cell()
 47 static const void *getprop(const void *fdt, const char *node_path,  in getprop()
 
 |