Searched refs:node_offset (Results 1 – 2 of 2) sorted by relevance
/arch/arm/boot/compressed/ |
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/ |
D | file_load_64.c | 1031 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props() argument 1040 ret = fdt_setprop(fdt, node_offset, pp->name, pp->value, pp->length); in add_node_props() 1109 static int copy_property(void *fdt, int node_offset, const struct device_node *dn, in copy_property() argument 1116 fdtprop = fdt_getprop(fdt, node_offset, propname, &fdtlen); in copy_property() 1119 return fdt_delprop(fdt, node_offset, propname); in copy_property() 1121 return fdt_setprop(fdt, node_offset, propname, prop, len); in copy_property()
|