Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dbase.c1566 __of_remove_property_from_list(&np->deadprops, prop); in __of_add_property()
1618 prop->next = np->deadprops; in __of_remove_property()
1619 np->deadprops = prop; in __of_remove_property()
1667 __of_remove_property_from_list(&np->deadprops, newprop); in __of_update_property()
1679 oldprop->next = np->deadprops; in __of_update_property()
1680 np->deadprops = oldprop; in __of_update_property()
H A Doverlay.c350 new_prop->next = target->np->deadprops; in add_changeset_property()
351 target->np->deadprops = new_prop; in add_changeset_property()
H A Ddynamic.c384 property_list_free(node->deadprops); in of_node_release()
/openbmc/linux/include/linux/
H A Dof.h55 struct property *deadprops; /* removed properties */ member