Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/of/
Doverlay.c305 struct target *target, struct property *overlay_prop, in add_changeset_property() argument
312 if (!of_prop_cmp(overlay_prop->name, "name") || in add_changeset_property()
313 !of_prop_cmp(overlay_prop->name, "phandle") || in add_changeset_property()
314 !of_prop_cmp(overlay_prop->name, "linux,phandle")) in add_changeset_property()
318 prop = of_find_property(target->np, overlay_prop->name, NULL); in add_changeset_property()
324 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
332 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
344 new_prop = dup_and_fixup_symbol_prop(ovcs, overlay_prop); in add_changeset_property()
346 new_prop = __of_prop_dup(overlay_prop, GFP_KERNEL); in add_changeset_property()