Searched defs:node_path (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 14 static int node_offset(void *fdt, const char *node_path) in node_offset() 22 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 31 static int setprop_string(void *fdt, const char *node_path, in setprop_string() 40 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() 49 static const void *getprop(const void *fdt, const char *node_path, in getprop()
|
/linux-5.10/drivers/of/ |
D | resolver.c | 77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
|