Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Ddynamic.c673 void of_changeset_init(struct of_changeset *ocs) in of_changeset_init()
688 void of_changeset_destroy(struct of_changeset *ocs) in of_changeset_destroy()
707 int __of_changeset_apply_entries(struct of_changeset *ocs, int *ret_revert) in __of_changeset_apply_entries()
736 int __of_changeset_apply_notify(struct of_changeset *ocs) in __of_changeset_apply_notify()
764 static int __of_changeset_apply(struct of_changeset *ocs) in __of_changeset_apply()
787 int of_changeset_apply(struct of_changeset *ocs) in of_changeset_apply()
810 int __of_changeset_revert_entries(struct of_changeset *ocs, int *ret_apply) in __of_changeset_revert_entries()
836 int __of_changeset_revert_notify(struct of_changeset *ocs) in __of_changeset_revert_notify()
856 static int __of_changeset_revert(struct of_changeset *ocs) in __of_changeset_revert()
880 int of_changeset_revert(struct of_changeset *ocs) in of_changeset_revert()
[all …]
H A Dof_private.h46 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
48 extern int __of_changeset_apply_notify(struct of_changeset *ocs);
49 extern int __of_changeset_revert_entries(struct of_changeset *ocs,
51 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
H A Doverlay.c75 struct of_changeset cset;
H A Dunittest.c798 struct of_changeset chgset; in of_unittest_changeset()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h1369 struct of_changeset { struct
1386 extern void of_changeset_init(struct of_changeset *ocs); argument
1387 extern void of_changeset_destroy(struct of_changeset *ocs);
1388 extern int of_changeset_apply(struct of_changeset *ocs);
1389 extern int of_changeset_revert(struct of_changeset *ocs);
1390 extern int of_changeset_action(struct of_changeset *ocs,
1394 static inline int of_changeset_attach_node(struct of_changeset *ocs, in of_changeset_attach_node()
1400 static inline int of_changeset_detach_node(struct of_changeset *ocs, in of_changeset_detach_node()
1406 static inline int of_changeset_add_property(struct of_changeset *ocs, in of_changeset_add_property()
1412 static inline int of_changeset_remove_property(struct of_changeset *ocs, in of_changeset_remove_property()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_of.c66 static int __init rcar_du_of_add_property(struct of_changeset *ocs, in rcar_du_of_add_property()
120 static struct of_changeset rcar_du_lvds_changeset;
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpnv-pci.h68 struct of_changeset ocs;
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dchangesets.rst27 All the change operations are recorded in the of_changeset 'entries'
/OK3568_Linux_fs/kernel/drivers/i2c/muxes/
H A Di2c-demux-pinctrl.c25 struct of_changeset chgset;
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpnv_php.c212 static int pnv_php_populate_changeset(struct of_changeset *ocs, in pnv_php_populate_changeset()