drivers/of/dynamic.c
924
EXPORT_SYMBOL_GPL(of_changeset_action);
include/linux/of.h
1645
extern int of_changeset_action(struct of_changeset *ocs,
include/linux/of.h
1652
return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL);
include/linux/of.h
1658
return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL);
include/linux/of.h
1664
return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop);
include/linux/of.h
1670
return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop);
include/linux/of.h
1676
return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop);