Searched refs:node_offset (Results 1 – 3 of 3) sorted by relevance
| /arch/arm/boot/compressed/ |
| A D | atags_to_fdt.c | 15 static int node_offset(void *fdt, const char *node_path) in node_offset() function 27 int offset = node_offset(fdt, node_path); in setprop() 36 int offset = node_offset(fdt, node_path); in setprop_string() 45 int offset = node_offset(fdt, node_path); in setprop_cell()
|
| /arch/powerpc/kexec/ |
| A D | file_load_64.c | 688 static int copy_property(void *fdt, int node_offset, const struct device_node *dn, in copy_property() argument 695 fdtprop = fdt_getprop(fdt, node_offset, propname, &fdtlen); in copy_property() 698 return fdt_delprop(fdt, node_offset, propname); in copy_property() 700 return fdt_setprop(fdt, node_offset, propname, prop, len); in copy_property()
|
| A D | core_64.c | 446 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument 455 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props()
|
Completed in 9 milliseconds