Searched refs:of_changeset (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | of_private.h | 48 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 D | dynamic.c | 702 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init() 717 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy() 736 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries() 765 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify() 793 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply() 817 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() 840 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries() 866 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify() 886 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert() 911 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert() [all …]
|
A D | overlay.c | 79 struct of_changeset cset;
|
A D | unittest.c | 806 struct of_changeset chgset; in of_unittest_changeset()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 1505 struct of_changeset { struct 1522 extern void of_changeset_init(struct of_changeset *ocs); argument 1523 extern void of_changeset_destroy(struct of_changeset *ocs); 1524 extern int of_changeset_apply(struct of_changeset *ocs); 1525 extern int of_changeset_revert(struct of_changeset *ocs); 1526 extern int of_changeset_action(struct of_changeset *ocs, 1530 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() 1536 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() 1542 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property() 1548 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/devicetree/ |
A D | changesets.rst | 31 的变更操作都记录在of_changeset的 `entries` 列表中。
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pnv-pci.h | 69 struct of_changeset ocs;
|
/linux-6.3-rc2/Documentation/devicetree/ |
A D | changesets.rst | 27 All the change operations are recorded in the of_changeset 'entries'
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | hotplug-cpu.c | 522 struct of_changeset cs; in pseries_cpuhp_attach_nodes() 647 struct of_changeset cs; in pseries_cpuhp_detach_nodes()
|
/linux-6.3-rc2/drivers/i2c/muxes/ |
A D | i2c-demux-pinctrl.c | 25 struct of_changeset chgset;
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | pnv_php.c | 213 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()
|
Completed in 26 milliseconds