Searched refs:of_changeset (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/of/ |
D | of_private.h | 46 extern int __of_changeset_apply_entries(struct of_changeset *ocs, 48 extern int __of_changeset_apply_notify(struct of_changeset *ocs); 49 extern int __of_changeset_revert_entries(struct of_changeset *ocs, 51 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
|
D | dynamic.c | 672 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init() 687 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy() 706 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries() 735 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify() 763 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply() 786 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() 809 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries() 835 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify() 855 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert() 879 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert() [all …]
|
D | overlay.c | 75 struct of_changeset cset;
|
D | unittest.c | 798 struct of_changeset chgset; in of_unittest_changeset()
|
/Linux-v5.10/include/linux/ |
D | of.h | 1356 struct of_changeset { struct 1373 extern void of_changeset_init(struct of_changeset *ocs); argument 1374 extern void of_changeset_destroy(struct of_changeset *ocs); 1375 extern int of_changeset_apply(struct of_changeset *ocs); 1376 extern int of_changeset_revert(struct of_changeset *ocs); 1377 extern int of_changeset_action(struct of_changeset *ocs, 1381 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() 1387 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() 1393 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() 1399 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property() [all …]
|
/Linux-v5.10/drivers/gpu/drm/rcar-du/ |
D | rcar_du_of.c | 66 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-v5.10/arch/powerpc/include/asm/ |
D | pnv-pci.h | 68 struct of_changeset ocs;
|
/Linux-v5.10/Documentation/devicetree/ |
D | changesets.rst | 27 All the change operations are recorded in the of_changeset 'entries'
|
/Linux-v5.10/drivers/i2c/muxes/ |
D | i2c-demux-pinctrl.c | 25 struct of_changeset chgset;
|
/Linux-v5.10/drivers/pci/hotplug/ |
D | pnv_php.c | 212 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()
|