Home
last modified time | relevance | path

Searched refs:of_changeset (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/of/
A Ddynamic.c677 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init()
692 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy()
711 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries()
740 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify()
768 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply()
792 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply()
815 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries()
841 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify()
861 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert()
886 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert()
[all …]
A Dof_private.h48 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
50 extern int __of_changeset_apply_notify(struct of_changeset *ocs);
51 extern int __of_changeset_revert_entries(struct of_changeset *ocs,
53 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
A Doverlay.c75 struct of_changeset cset;
A Dunittest.c799 struct of_changeset chgset; in of_unittest_changeset()
/linux/include/linux/
A Dof.h1399 struct of_changeset { struct
1416 extern void of_changeset_init(struct of_changeset *ocs); argument
1417 extern void of_changeset_destroy(struct of_changeset *ocs);
1418 extern int of_changeset_apply(struct of_changeset *ocs);
1419 extern int of_changeset_revert(struct of_changeset *ocs);
1420 extern int of_changeset_action(struct of_changeset *ocs,
1424 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1430 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1436 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1442 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
[all …]
/linux/drivers/gpu/drm/rcar-du/
A Drcar_du_of.c66 static int __init rcar_du_of_add_property(struct of_changeset *ocs, in rcar_du_of_add_property()
120 static struct of_changeset rcar_du_lvds_changeset;
/linux/arch/powerpc/include/asm/
A Dpnv-pci.h68 struct of_changeset ocs;
/linux/Documentation/devicetree/
A Dchangesets.rst27 All the change operations are recorded in the of_changeset 'entries'
/linux/arch/powerpc/platforms/pseries/
A Dhotplug-cpu.c521 struct of_changeset cs; in pseries_cpuhp_attach_nodes()
642 struct of_changeset cs; in pseries_cpuhp_detach_nodes()
/linux/drivers/i2c/muxes/
A Di2c-demux-pinctrl.c25 struct of_changeset chgset;
/linux/drivers/pci/hotplug/
A Dpnv_php.c212 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()

Completed in 24 milliseconds