Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Doverlay.c303 struct target *target, struct property *overlay_prop, in add_changeset_property() argument
310 if (!of_prop_cmp(overlay_prop->name, "name") || in add_changeset_property()
311 !of_prop_cmp(overlay_prop->name, "phandle") || in add_changeset_property()
312 !of_prop_cmp(overlay_prop->name, "linux,phandle")) in add_changeset_property()
316 prop = of_find_property(target->np, overlay_prop->name, NULL); in add_changeset_property()
322 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
330 if (!of_prop_val_eq(prop, overlay_prop)) { in add_changeset_property()
342 new_prop = dup_and_fixup_symbol_prop(ovcs, overlay_prop); in add_changeset_property()
344 new_prop = __of_prop_dup(overlay_prop, GFP_KERNEL); in add_changeset_property()