Lines Matching defs:property
23 * property) instead of a path (target-path property).
26 * the phandle pointed by the target property
85 * target-path property in a node that contains a
108 * @name: Name of the property to modify (phandle or linux,phandle)
353 * @name: Name of the property holding the phandle reference in the overlay
355 * @poffset: Offset within the overlay property where the phandle is stored
415 * @property: Property offset in the overlay holding the list of fixups
418 * to in a __fixups__ property, and updates them to match the phandles
430 int property)
436 value = fdt_getprop_by_offset(fdto, property,
514 int property;
528 fdt_for_each_property_offset(property, fdto, fixups_off) {
531 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property);
561 int property;
564 fdt_for_each_property_offset(property, fdto, node) {
570 prop = fdt_getprop_by_offset(fdto, property, &name,
731 /* verify it's a string property (terminated by a single \0) */