Symbol: of_changeset
arch/powerpc/include/asm/pnv-pci.h
52
struct of_changeset ocs;
arch/powerpc/platforms/pseries/dlpar.c
265
static int dlpar_changeset_attach_cc_nodes(struct of_changeset *ocs,
arch/powerpc/platforms/pseries/dlpar.c
449
struct of_changeset ocs;
arch/powerpc/platforms/pseries/dlpar.c
505
static int changeset_detach_node_recursive(struct of_changeset *ocs,
arch/powerpc/platforms/pseries/dlpar.c
525
struct of_changeset ocs;
arch/powerpc/platforms/pseries/hotplug-cpu.c
533
struct of_changeset cs;
arch/powerpc/platforms/pseries/hotplug-cpu.c
658
struct of_changeset cs;
drivers/i2c/i2c-core-of-prober.c
66
struct of_changeset *ocs __free(kfree) = kzalloc_obj(*ocs);
drivers/i2c/muxes/i2c-demux-pinctrl.c
25
struct of_changeset chgset;
drivers/media/platform/qcom/venus/core.c
298
struct of_changeset *ocs = core->ocs;
drivers/media/platform/qcom/venus/core.h
243
struct of_changeset *ocs;
drivers/of/dynamic.c
1034
int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
drivers/of/dynamic.c
1068
int of_changeset_add_prop_bool(struct of_changeset *ocs, struct device_node *np,
drivers/of/dynamic.c
1081
static int of_changeset_update_prop_helper(struct of_changeset *ocs,
drivers/of/dynamic.c
1111
int of_changeset_update_prop_string(struct of_changeset *ocs,
drivers/of/dynamic.c
500
struct device_node *of_changeset_create_node(struct of_changeset *ocs,
drivers/of/dynamic.c
654
void of_changeset_init(struct of_changeset *ocs)
drivers/of/dynamic.c
669
void of_changeset_destroy(struct of_changeset *ocs)
drivers/of/dynamic.c
699
int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert)
drivers/of/dynamic.c
728
int __of_changeset_apply_notify(struct of_changeset *ocs)
drivers/of/dynamic.c
756
static int __of_changeset_apply(struct of_changeset *ocs)
drivers/of/dynamic.c
780
int of_changeset_apply(struct of_changeset *ocs)
drivers/of/dynamic.c
803
int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply)
drivers/of/dynamic.c
829
int __of_changeset_revert_notify(struct of_changeset *ocs)
drivers/of/dynamic.c
849
static int __of_changeset_revert(struct of_changeset *ocs)
drivers/of/dynamic.c
874
int of_changeset_revert(struct of_changeset *ocs)
drivers/of/dynamic.c
903
int of_changeset_action(struct of_changeset *ocs, unsigned long action,
drivers/of/dynamic.c
926
static int of_changeset_add_prop_helper(struct of_changeset *ocs,
drivers/of/dynamic.c
961
int of_changeset_add_prop_string(struct of_changeset *ocs,
drivers/of/dynamic.c
989
int of_changeset_add_prop_string_array(struct of_changeset *ocs,
drivers/of/of_private.h
53
extern int __of_changeset_apply_entries(struct of_changeset *ocs,
drivers/of/of_private.h
55
extern int __of_changeset_apply_notify(struct of_changeset *ocs);
drivers/of/of_private.h
56
extern int __of_changeset_revert_entries(struct of_changeset *ocs,
drivers/of/of_private.h
58
extern int __of_changeset_revert_notify(struct of_changeset *ocs);
drivers/of/overlay.c
79
struct of_changeset cset;
drivers/of/unittest.c
1036
struct of_changeset chgset;
drivers/of/unittest.c
830
struct of_changeset chgset;
drivers/pci/hotplug/pnv_php.c
215
static int pnv_php_populate_changeset(struct of_changeset *ocs,
drivers/pci/of.c
670
struct of_changeset *cset;
drivers/pci/of.c
756
struct of_changeset *cset;
drivers/pci/of_property.c
105
static int of_pci_prop_ranges(struct pci_dev *pdev, struct of_changeset *ocs,
drivers/pci/of_property.c
161
static int of_pci_prop_reg(struct pci_dev *pdev, struct of_changeset *ocs,
drivers/pci/of_property.c
174
struct of_changeset *ocs,
drivers/pci/of_property.c
190
static int of_pci_prop_intr_ctrl(struct pci_dev *pdev, struct of_changeset *ocs,
drivers/pci/of_property.c
210
static int of_pci_prop_intr_map(struct pci_dev *pdev, struct of_changeset *ocs,
drivers/pci/of_property.c
328
struct of_changeset *ocs,
drivers/pci/of_property.c
349
int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs,
drivers/pci/of_property.c
419
struct of_changeset *ocs,
drivers/pci/of_property.c
483
struct of_changeset *ocs,
drivers/pci/of_property.c
95
struct of_changeset *ocs,
drivers/pci/pci.h
1260
struct of_changeset;
drivers/pci/pci.h
1265
int of_pci_add_properties(struct pci_dev *pdev, struct of_changeset *ocs,
drivers/pci/pci.h
1270
struct of_changeset *ocs,
include/linux/of.h
1641
extern void of_changeset_init(struct of_changeset *ocs);
include/linux/of.h
1642
extern void of_changeset_destroy(struct of_changeset *ocs);
include/linux/of.h
1643
extern int of_changeset_apply(struct of_changeset *ocs);
include/linux/of.h
1644
extern int of_changeset_revert(struct of_changeset *ocs);
include/linux/of.h
1645
extern int of_changeset_action(struct of_changeset *ocs,
include/linux/of.h
1649
static inline int of_changeset_attach_node(struct of_changeset *ocs,
include/linux/of.h
1655
static inline int of_changeset_detach_node(struct of_changeset *ocs,
include/linux/of.h
1661
static inline int of_changeset_add_property(struct of_changeset *ocs,
include/linux/of.h
1667
static inline int of_changeset_remove_property(struct of_changeset *ocs,
include/linux/of.h
1673
static inline int of_changeset_update_property(struct of_changeset *ocs,
include/linux/of.h
1679
struct device_node *of_changeset_create_node(struct of_changeset *ocs,
include/linux/of.h
1682
int of_changeset_add_prop_string(struct of_changeset *ocs,
include/linux/of.h
1685
int of_changeset_add_prop_string_array(struct of_changeset *ocs,
include/linux/of.h
1689
int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
include/linux/of.h
1693
static inline int of_changeset_add_prop_u32(struct of_changeset *ocs,
include/linux/of.h
1701
int of_changeset_update_prop_string(struct of_changeset *ocs,
include/linux/of.h
1705
int of_changeset_add_prop_bool(struct of_changeset *ocs, struct device_node *np,