Searched refs:of_changeset_action (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/linux/ |
D | of.h | 1549 extern int of_changeset_action(struct of_changeset *ocs, 1556 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); in of_changeset_attach_node() 1562 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); in of_changeset_detach_node() 1568 return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop); in of_changeset_add_property() 1574 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); in of_changeset_remove_property() 1580 return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop); in of_changeset_update_property()
|
/Linux-v6.6/drivers/of/ |
D | dynamic.c | 888 int of_changeset_action(struct of_changeset *ocs, unsigned long action, in of_changeset_action() function 909 EXPORT_SYMBOL_GPL(of_changeset_action);
|