Lines Matching defs:property
21 * property) instead of a path (target-path property).
24 * the phandle pointed by the target property
68 * target-path property in a node that contains a
91 * @name: Name of the property to modify (phandle or linux,phandle)
314 * @name: Name of the property holding the phandle reference in the overlay
316 * @poffset: Offset within the overlay property where the phandle is stored
359 * @property: Property offset in the overlay holding the list of fixups
362 * to in a __fixups__ property, and updates them to match the phandles
374 int property)
384 value = fdt_getprop_by_offset(fdto, property,
474 int property;
488 fdt_for_each_property_offset(property, fdto, fixups_off) {
491 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property);
770 int property;
773 fdt_for_each_property_offset(property, fdto, node) {
779 prop = fdt_getprop_by_offset(fdto, property, &name,
940 /* verify it's a string property (terminated by a single \0) */