Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dbase.c1723 __of_remove_property_from_list(&np->deadprops, prop); in __of_add_property()
1775 prop->next = np->deadprops; in __of_remove_property()
1776 np->deadprops = prop; in __of_remove_property()
1824 __of_remove_property_from_list(&np->deadprops, newprop); in __of_update_property()
1836 oldprop->next = np->deadprops; in __of_update_property()
1837 np->deadprops = oldprop; in __of_update_property()
H A Ddynamic.c390 property_list_free(node->deadprops); in of_node_release()
943 new_pp->next = np->deadprops; in of_changeset_add_prop_helper()
944 np->deadprops = new_pp; in of_changeset_add_prop_helper()
H A Doverlay.c353 new_prop->next = target->np->deadprops; in add_changeset_property()
354 target->np->deadprops = new_prop; in add_changeset_property()
/linux/include/linux/
H A Dof.h55 struct property *deadprops; /* removed properties */ member