Lines Matching refs:of_changeset
1574 struct of_changeset { struct
1593 extern void of_changeset_init(struct of_changeset *ocs); argument
1594 extern void of_changeset_destroy(struct of_changeset *ocs);
1595 extern int of_changeset_apply(struct of_changeset *ocs);
1596 extern int of_changeset_revert(struct of_changeset *ocs);
1597 extern int of_changeset_action(struct of_changeset *ocs,
1601 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1607 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1613 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1619 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
1625 static inline int of_changeset_update_property(struct of_changeset *ocs, in of_changeset_update_property()
1631 struct device_node *of_changeset_create_node(struct of_changeset *ocs,
1634 int of_changeset_add_prop_string(struct of_changeset *ocs,
1637 int of_changeset_add_prop_string_array(struct of_changeset *ocs,
1641 int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
1645 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, in of_changeset_add_prop_u32()
1653 int of_changeset_update_prop_string(struct of_changeset *ocs,
1657 int of_changeset_add_prop_bool(struct of_changeset *ocs, struct device_node *np,