Searched refs:of_changeset_action (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | of.h | 1420 extern int of_changeset_action(struct of_changeset *ocs, 1427 return of_changeset_action(ocs, OF_RECONFIG_ATTACH_NODE, np, NULL); in of_changeset_attach_node() 1433 return of_changeset_action(ocs, OF_RECONFIG_DETACH_NODE, np, NULL); in of_changeset_detach_node() 1439 return of_changeset_action(ocs, OF_RECONFIG_ADD_PROPERTY, np, prop); in of_changeset_add_property() 1445 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); in of_changeset_remove_property() 1451 return of_changeset_action(ocs, OF_RECONFIG_UPDATE_PROPERTY, np, prop); in of_changeset_update_property()
|
/linux/drivers/of/ |
A D | dynamic.c | 915 int of_changeset_action(struct of_changeset *ocs, unsigned long action, in of_changeset_action() function 936 EXPORT_SYMBOL_GPL(of_changeset_action);
|
/linux/ |
A D | vmlinux.symvers | 2932 0x00000000 of_changeset_action vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 47744 ffff800010cd4130 T of_changeset_action
|
A D | .tmp_System.map | 47744 ffff800010cd4130 T of_changeset_action
|
Completed in 1027 milliseconds