| /linux-6.15/drivers/of/ |
| H 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() 1029 int of_changeset_add_prop_u32_array(struct of_changeset *ocs, in of_changeset_add_prop_u32_array() [all …]
|
| H A D | of_private.h | 53 extern int __of_changeset_apply_entries(struct of_changeset *ocs, 55 extern int __of_changeset_apply_notify(struct of_changeset *ocs); 56 extern int __of_changeset_revert_entries(struct of_changeset *ocs, 58 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
|
| H A D | overlay.c | 79 struct of_changeset cset;
|
| H A D | unittest.c | 828 struct of_changeset chgset; in of_unittest_changeset() 1034 struct of_changeset chgset; in of_unittest_changeset_prop()
|
| /linux-6.15/drivers/pci/ |
| H A D | of_property.c | 95 struct of_changeset *ocs, in of_pci_prop_bus_range() 105 static int of_pci_prop_ranges(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_ranges() 161 static int of_pci_prop_reg(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_reg() 174 struct of_changeset *ocs, in of_pci_prop_interrupts() 190 static int of_pci_prop_intr_ctrl(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_intr_ctrl() 210 static int of_pci_prop_intr_map(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_intr_map() 320 struct of_changeset *ocs, in of_pci_prop_compatible() 341 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_add_properties() 411 struct of_changeset *ocs, in of_pci_host_bridge_prop_ranges() 475 struct of_changeset *ocs, in of_pci_add_host_bridge_properties()
|
| H A D | pci.h | 940 struct of_changeset; 945 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs, 950 struct of_changeset *ocs,
|
| H A D | of.c | 670 struct of_changeset *cset; in of_pci_make_dev_node() 756 struct of_changeset *cset; in of_pci_make_host_bridge_node()
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 1586 struct of_changeset { struct 1605 extern void of_changeset_init(struct of_changeset *ocs); argument 1606 extern void of_changeset_destroy(struct of_changeset *ocs); 1607 extern int of_changeset_apply(struct of_changeset *ocs); 1608 extern int of_changeset_revert(struct of_changeset *ocs); 1609 extern int of_changeset_action(struct of_changeset *ocs, 1613 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node() 1646 int of_changeset_add_prop_string(struct of_changeset *ocs, 1649 int of_changeset_add_prop_string_array(struct of_changeset *ocs, 1653 int of_changeset_add_prop_u32_array(struct of_changeset *ocs, [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/devicetree/ |
| H A D | changesets.rst | 31 的变更操作都记录在of_changeset的 `entries` 列表中。
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H 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()
|
| H A D | hotplug-cpu.c | 533 struct of_changeset cs; in pseries_cpuhp_attach_nodes() 658 struct of_changeset cs; in pseries_cpuhp_detach_nodes()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | pnv-pci.h | 52 struct of_changeset ocs;
|
| /linux-6.15/Documentation/devicetree/ |
| H A D | changesets.rst | 27 All the change operations are recorded in the of_changeset 'entries'
|
| /linux-6.15/drivers/i2c/ |
| H A D | i2c-core-of-prober.c | 66 struct of_changeset *ocs __free(kfree) = kzalloc(sizeof(*ocs), GFP_KERNEL); in i2c_of_probe_enable_node()
|
| /linux-6.15/drivers/i2c/muxes/ |
| H A D | i2c-demux-pinctrl.c | 25 struct of_changeset chgset;
|
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | core.h | 237 struct of_changeset *ocs;
|
| H A D | core.c | 293 struct of_changeset *ocs = core->ocs; in venus_add_video_core()
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | pnv_php.c | 213 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()
|