Home
last modified time | relevance | path

Searched refs:proplen (Results 1 – 5 of 5) sorted by relevance

/scripts/dtc/libfdt/
Dfdt_wip.c62 int proplen; in fdt_setprop_inplace() local
64 propval = fdt_getprop_w(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace()
66 return proplen; in fdt_setprop_inplace()
68 if (proplen != len) in fdt_setprop_inplace()
Dfdt_rw.c228 int proplen; in _fdt_add_property() local
241 proplen = sizeof(**prop) + FDT_TAGALIGN(len); in _fdt_add_property()
243 err = _fdt_splice_struct(fdt, *prop, 0, proplen); in _fdt_add_property()
324 int len, proplen; in fdt_delprop() local
332 proplen = sizeof(*prop) + FDT_TAGALIGN(len); in fdt_delprop()
333 return _fdt_splice_struct(fdt, prop, proplen, 0); in fdt_delprop()
Dfdt_ro.c474 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument
491 if (val && (len == proplen) in fdt_node_offset_by_prop_value()
Dlibfdt.h777 const void *propval, int proplen);
/scripts/dtc/
Dflattree.c681 uint32_t proplen, stroff; in flat_read_property() local
685 proplen = flat_read_word(dtbuf); in flat_read_property()
690 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
693 val = flat_read_data(dtbuf, proplen); in flat_read_property()