Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/of/
Doverlay.c301 struct target *target, struct property *overlay_prop, in add_changeset_property() argument
308 if (!of_prop_cmp(overlay_prop->name, "name") || in add_changeset_property()
309 !of_prop_cmp(overlay_prop->name, "phandle") || in add_changeset_property()
310 !of_prop_cmp(overlay_prop->name, "linux,phandle")) in add_changeset_property()
314 prop = of_find_property(target->np, overlay_prop->name, NULL); in add_changeset_property()
320 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
328 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
340 new_prop = dup_and_fixup_symbol_prop(ovcs, overlay_prop); in add_changeset_property()
342 new_prop = __of_prop_dup(overlay_prop, GFP_KERNEL); in add_changeset_property()