Lines Matching refs:of_changeset
1526 struct of_changeset { struct
1545 extern void of_changeset_init(struct of_changeset *ocs); argument
1546 extern void of_changeset_destroy(struct of_changeset *ocs);
1547 extern int of_changeset_apply(struct of_changeset *ocs);
1548 extern int of_changeset_revert(struct of_changeset *ocs);
1549 extern int of_changeset_action(struct of_changeset *ocs,
1553 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1559 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1565 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1571 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
1577 static inline int of_changeset_update_property(struct of_changeset *ocs, in of_changeset_update_property()
1583 struct device_node *of_changeset_create_node(struct of_changeset *ocs,
1586 int of_changeset_add_prop_string(struct of_changeset *ocs,
1589 int of_changeset_add_prop_string_array(struct of_changeset *ocs,
1593 int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
1597 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, in of_changeset_add_prop_u32()