Lines Matching refs:property
15 * property) instead of a path (target-path property).
18 * the phandle pointed by the target property
71 * target-path property in a node that contains a
89 * @name: Name of the property to modify (phandle or linux,phandle)
334 * @name: Name of the property holding the phandle reference in the overlay
336 * @poffset: Offset within the overlay property where the phandle is stored
396 * @property: Property offset in the overlay holding the list of fixups
399 * to in a __fixups__ property, and updates them to match the phandles
411 int property)
417 value = fdt_getprop_by_offset(fdto, property,
495 int property;
509 fdt_for_each_property_offset(property, fdto, fixups_off) {
512 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property);
542 int property;
545 fdt_for_each_property_offset(property, fdto, node) {
551 prop = fdt_getprop_by_offset(fdto, property, &name,