Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/of/
Ddynamic.c497 struct device_node *of_changeset_create_node(struct of_changeset *ocs, in of_changeset_create_node()
651 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init()
666 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy()
685 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries()
714 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify()
742 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply()
766 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply()
789 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries()
815 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify()
835 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert()
[all …]
Dof_private.h49 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
51 extern int __of_changeset_apply_notify(struct of_changeset *ocs);
52 extern int __of_changeset_revert_entries(struct of_changeset *ocs,
54 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()
/linux-6.6.21/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_map(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_prop_intr_map()
294 struct of_changeset *ocs, in of_pci_prop_compatible()
315 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs, in of_pci_add_properties()
Dpci.h683 struct of_changeset;
688 int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs,
Dof.c629 struct of_changeset *cset; in of_pci_make_dev_node()
/linux-6.6.21/include/linux/
Dof.h1526 struct of_changeset { struct
1545 extern void of_changeset_init(struct of_changeset *ocs); argument
1546 extern void of_changeset_destroy(struct of_changeset *ocs);
1547 extern int of_changeset_apply(struct of_changeset *ocs);
1548 extern int of_changeset_revert(struct of_changeset *ocs);
1549 extern int of_changeset_action(struct of_changeset *ocs,
1553 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1559 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1565 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1571 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
[all …]
/linux-6.6.21/Documentation/translations/zh_CN/devicetree/
Dchangesets.rst31 的变更操作都记录在of_changeset的 `entries` 列表中。
/linux-6.6.21/arch/powerpc/include/asm/
Dpnv-pci.h69 struct of_changeset ocs;
/linux-6.6.21/Documentation/devicetree/
Dchangesets.rst27 All the change operations are recorded in the of_changeset 'entries'
/linux-6.6.21/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c530 struct of_changeset cs; in pseries_cpuhp_attach_nodes()
655 struct of_changeset cs; in pseries_cpuhp_detach_nodes()
/linux-6.6.21/drivers/i2c/muxes/
Di2c-demux-pinctrl.c25 struct of_changeset chgset;
/linux-6.6.21/drivers/pci/hotplug/
Dpnv_php.c213 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()