Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/of/
Ddynamic.c500 struct device_node *of_changeset_create_node(struct of_changeset *ocs, in of_changeset_create_node()
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()
699 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries()
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()
803 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries()
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()
[all …]
Dof_private.h53 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);
Doverlay.c79 struct of_changeset cset;
Dunittest.c828 struct of_changeset chgset; in of_unittest_changeset()
1034 struct of_changeset chgset; in of_unittest_changeset_prop()
/linux-6.14.4/drivers/pci/
Dof_property.c91 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()
Dpci.h888 struct of_changeset;
893 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs,
Dof.c667 struct of_changeset *cset; in of_pci_make_dev_node()
/linux-6.14.4/include/linux/
Dof.h1574 struct of_changeset { struct
1593 extern void of_changeset_init(struct of_changeset *ocs); argument
1594 extern void of_changeset_destroy(struct of_changeset *ocs);
1595 extern int of_changeset_apply(struct of_changeset *ocs);
1596 extern int of_changeset_revert(struct of_changeset *ocs);
1597 extern int of_changeset_action(struct of_changeset *ocs,
1601 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1607 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1613 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1619 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
[all …]
/linux-6.14.4/Documentation/translations/zh_CN/devicetree/
Dchangesets.rst31 的变更操作都记录在of_changeset的 `entries` 列表中。
/linux-6.14.4/arch/powerpc/platforms/pseries/
Ddlpar.c265 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()
Dhotplug-cpu.c533 struct of_changeset cs; in pseries_cpuhp_attach_nodes()
658 struct of_changeset cs; in pseries_cpuhp_detach_nodes()
/linux-6.14.4/arch/powerpc/include/asm/
Dpnv-pci.h69 struct of_changeset ocs;
/linux-6.14.4/Documentation/devicetree/
Dchangesets.rst27 All the change operations are recorded in the of_changeset 'entries'
/linux-6.14.4/drivers/i2c/
Di2c-core-of-prober.c66 struct of_changeset *ocs __free(kfree) = kzalloc(sizeof(*ocs), GFP_KERNEL); in i2c_of_probe_enable_node()
/linux-6.14.4/drivers/i2c/muxes/
Di2c-demux-pinctrl.c25 struct of_changeset chgset;
/linux-6.14.4/drivers/media/platform/qcom/venus/
Dcore.h237 struct of_changeset *ocs;
Dcore.c293 struct of_changeset *ocs = core->ocs; in venus_add_video_core()
/linux-6.14.4/drivers/pci/hotplug/
Dpnv_php.c213 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()