Searched refs:_fdt_splice_struct (Results 1 – 1 of 1) sorted by relevance
/scripts/dtc/libfdt/ |
D | fdt_rw.c | 123 static int _fdt_splice_struct(void *fdt, void *p, in _fdt_splice_struct() function 215 if ((err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen), in _fdt_resize_property() 241 err = _fdt_splice_struct(fdt, *prop, 0, proplen); in _fdt_add_property() 265 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1), in fdt_set_name() 304 return _fdt_splice_struct(fdt, prop, proplen, 0); in fdt_delprop() 335 err = _fdt_splice_struct(fdt, nh, 0, nodelen); in fdt_add_subnode_namelen() 363 return _fdt_splice_struct(fdt, _fdt_offset_ptr_w(fdt, nodeoffset), in fdt_del_node()
|