Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Doverlay.c299 struct target *target, struct property *overlay_prop, in add_changeset_property() argument
306 if (!of_prop_cmp(overlay_prop->name, "name") || in add_changeset_property()
307 !of_prop_cmp(overlay_prop->name, "phandle") || in add_changeset_property()
308 !of_prop_cmp(overlay_prop->name, "linux,phandle")) in add_changeset_property()
312 prop = of_find_property(target->np, overlay_prop->name, NULL); in add_changeset_property()
318 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
326 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
338 new_prop = dup_and_fixup_symbol_prop(ovcs, overlay_prop); in add_changeset_property()
340 new_prop = __of_prop_dup(overlay_prop, GFP_KERNEL); in add_changeset_property()