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)
337 * @name: Name of the property holding the phandle reference in the overlay
339 * @poffset: Offset within the overlay property where the phandle is stored
399 * @property: Property offset in the overlay holding the list of fixups
402 * to in a __fixups__ property, and updates them to match the phandles
414 int property)
420 value = fdt_getprop_by_offset(fdto, property,
498 int property;
512 fdt_for_each_property_offset(property, fdto, fixups_off) {
515 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property);
545 int property;
548 fdt_for_each_property_offset(property, fdto, node) {
554 prop = fdt_getprop_by_offset(fdto, property, &name,
715 /* verify it's a string property (terminated by a single \0) */