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

/linux-master/include/linux/
H A Dof.h1599 extern int of_changeset_action(struct of_changeset *ocs,
1606 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL);
1612 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL);
1618 return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop);
1624 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop);
1630 return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop);
/linux-master/drivers/of/
H A Ddynamic.c885 * of_changeset_action - Add an action to the tail of the changeset list
901 int of_changeset_action(struct of_changeset *ocs, unsigned long action, function
922 EXPORT_SYMBOL_GPL(of_changeset_action); variable

Completed in 106 milliseconds