Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Doverlay.c305 struct target *target, const struct property *overlay_prop, in add_changeset_property() argument
313 if (is_pseudo_property(overlay_prop->name)) in add_changeset_property()
317 prop = of_find_property(target->np, overlay_prop->name, NULL); in add_changeset_property()
323 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
331 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
343 new_prop = dup_and_fixup_symbol_prop(ovcs, overlay_prop); in add_changeset_property()
345 new_prop = __of_prop_dup(overlay_prop, GFP_KERNEL); in add_changeset_property()