Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dof_private.h38 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
40 extern int __of_changeset_apply_notify(struct of_changeset *ocs);
41 extern int __of_changeset_revert_entries(struct of_changeset *ocs,
43 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
Ddynamic.c638 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init()
653 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy()
672 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries()
701 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify()
729 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply()
752 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply()
775 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries()
801 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify()
821 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert()
845 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert()
[all …]
Doverlay.c55 struct of_changeset cset;
Dunittest.c698 struct of_changeset chgset; in of_unittest_changeset()
/Linux-v4.19/include/linux/
Dof.h1303 struct of_changeset { struct
1320 extern void of_changeset_init(struct of_changeset *ocs); argument
1321 extern void of_changeset_destroy(struct of_changeset *ocs);
1322 extern int of_changeset_apply(struct of_changeset *ocs);
1323 extern int of_changeset_revert(struct of_changeset *ocs);
1324 extern int of_changeset_action(struct of_changeset *ocs,
1328 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1334 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1340 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1346 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
[all …]
/Linux-v4.19/drivers/gpu/drm/rcar-du/
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-v4.19/arch/powerpc/include/asm/
Dpnv-pci.h77 struct of_changeset ocs;
/Linux-v4.19/Documentation/devicetree/
Dchangesets.txt21 All the change operations are recorded in the of_changeset 'entries'
/Linux-v4.19/drivers/i2c/muxes/
Di2c-demux-pinctrl.c28 struct of_changeset chgset;
/Linux-v4.19/drivers/pci/hotplug/
Dpnv_php.c215 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()