of_changeset_action 929 drivers/of/dynamic.c EXPORT_SYMBOL_GPL(of_changeset_action); of_changeset_action 1359 include/linux/of.h extern int of_changeset_action(struct of_changeset *ocs, of_changeset_action 1366 include/linux/of.h return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); of_changeset_action 1372 include/linux/of.h return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); of_changeset_action 1378 include/linux/of.h return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop); of_changeset_action 1384 include/linux/of.h return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); of_changeset_action 1390 include/linux/of.h return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop);