Searched refs:of_changeset (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/of/ |
| A D | dynamic.c | 654 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init() 669 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy() 728 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify() 756 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply() 780 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply() 829 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify() 849 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert() 874 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert() 956 int of_changeset_add_prop_string(struct of_changeset *ocs, in of_changeset_add_prop_string() 984 int of_changeset_add_prop_string_array(struct of_changeset *ocs, in of_changeset_add_prop_string_array() [all …]
|
| A D | of_private.h | 52 extern int __of_changeset_apply_entries(struct of_changeset *ocs, 54 extern int __of_changeset_apply_notify(struct of_changeset *ocs); 55 extern int __of_changeset_revert_entries(struct of_changeset *ocs, 57 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
|
| A D | overlay.c | 79 struct of_changeset cset;
|
| A D | unittest.c | 819 struct of_changeset chgset; in of_unittest_changeset() 1025 struct of_changeset chgset; in of_unittest_changeset_prop()
|
| /linux/drivers/pci/ |
| A D | of_property.c | 91 struct of_changeset *ocs, in of_pci_prop_bus_range() 101 static int of_pci_prop_ranges(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_ranges() 157 static int of_pci_prop_reg(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_reg() 170 struct of_changeset *ocs, in of_pci_prop_interrupts() 186 static int of_pci_prop_intr_ctrl(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_intr_ctrl() 206 static int of_pci_prop_intr_map(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_intr_map() 316 struct of_changeset *ocs, in of_pci_prop_compatible() 337 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_add_properties()
|
| A D | pci.h | 798 struct of_changeset; 803 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs,
|
| A D | of.c | 669 struct of_changeset *cset; in of_pci_make_dev_node()
|
| /linux/include/linux/ |
| A D | of.h | 1575 struct of_changeset { struct 1594 extern void of_changeset_init(struct of_changeset *ocs); argument 1595 extern void of_changeset_destroy(struct of_changeset *ocs); 1596 extern int of_changeset_apply(struct of_changeset *ocs); 1597 extern int of_changeset_revert(struct of_changeset *ocs); 1598 extern int of_changeset_action(struct of_changeset *ocs, 1602 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() 1608 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node() 1635 int of_changeset_add_prop_string(struct of_changeset *ocs, 1638 int of_changeset_add_prop_string_array(struct of_changeset *ocs, [all …]
|
| /linux/Documentation/translations/zh_CN/devicetree/ |
| A D | changesets.rst | 31 的变更操作都记录在of_changeset的 `entries` 列表中。
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | dlpar.c | 265 static int dlpar_changeset_attach_cc_nodes(struct of_changeset *ocs, in dlpar_changeset_attach_cc_nodes() 410 struct of_changeset ocs; in dlpar_hp_dt_add() 457 static int changeset_detach_node_recursive(struct of_changeset *ocs, in changeset_detach_node_recursive() 477 struct of_changeset ocs; in dlpar_hp_dt_remove()
|
| A D | hotplug-cpu.c | 530 struct of_changeset cs; in pseries_cpuhp_attach_nodes() 655 struct of_changeset cs; in pseries_cpuhp_detach_nodes()
|
| /linux/arch/powerpc/include/asm/ |
| A D | pnv-pci.h | 69 struct of_changeset ocs;
|
| /linux/Documentation/devicetree/ |
| A D | changesets.rst | 27 All the change operations are recorded in the of_changeset 'entries'
|
| /linux/drivers/i2c/muxes/ |
| A D | i2c-demux-pinctrl.c | 25 struct of_changeset chgset;
|
| /linux/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 51 milliseconds