Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof.h1007 extern int of_changeset_action(struct of_changeset *ocs,
1014 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); in of_changeset_attach_node()
1020 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); in of_changeset_detach_node()
1026 return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop); in of_changeset_add_property()
1032 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); in of_changeset_remove_property()
1038 return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop); in of_changeset_update_property()
/linux-4.4.14/drivers/of/
Ddynamic.c760 int of_changeset_action(struct of_changeset *ocs, unsigned long action, in of_changeset_action() function