Home
last modified time | relevance | path

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

/scripts/dtc/libfdt/
A Dfdt_wip.c19 int proplen; in fdt_setprop_inplace_namelen_partial() local
22 &proplen); in fdt_setprop_inplace_namelen_partial()
24 return proplen; in fdt_setprop_inplace_namelen_partial()
26 if ((unsigned)proplen < (len + idx)) in fdt_setprop_inplace_namelen_partial()
37 int proplen; in fdt_setprop_inplace() local
39 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace()
41 return proplen; in fdt_setprop_inplace()
43 if (proplen != len) in fdt_setprop_inplace()
A Dfdt_rw.c206 int proplen; in fdt_add_property_() local
220 proplen = sizeof(**prop) + FDT_TAGALIGN(len); in fdt_add_property_()
222 err = fdt_splice_struct_(fdt, *prop, 0, proplen); in fdt_add_property_()
322 int len, proplen; in fdt_delprop() local
330 proplen = sizeof(*prop) + FDT_TAGALIGN(len); in fdt_delprop()
331 return fdt_splice_struct_(fdt, prop, proplen, 0); in fdt_delprop()
A Dfdt_ro.c653 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument
670 if (val && (len == proplen) in fdt_node_offset_by_prop_value()
A Dlibfdt.h948 const void *propval, int proplen);
/scripts/dtc/
A 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()

Completed in 14 milliseconds