• Home
  • Raw
  • Download

Lines Matching +full:int +full:- +full:property

1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * Copyright (C) 1996-2005 Paul Mackerras.
12 * struct alias_prop - Alias property in 'aliases' node
14 * @alias: Alias property name
19 * The structure represents one alias property of 'aliases' node as
26 int id;
35 extern int of_property_notify(int action, struct device_node *np,
36 struct property *prop, struct property *old_prop);
38 extern int __of_changeset_apply_entries(struct of_changeset *ocs,
39 int *ret_revert);
40 extern int __of_changeset_apply_notify(struct of_changeset *ocs);
41 extern int __of_changeset_revert_entries(struct of_changeset *ocs,
42 int *ret_apply);
43 extern int __of_changeset_revert_notify(struct of_changeset *ocs);
45 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify()
46 struct property *prop, struct property *old_prop) in of_property_notify()
53 int of_node_is_attached(struct device_node *node);
54 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
55 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
56 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
57 struct property *oldprop);
58 int __of_attach_node_sysfs(struct device_node *np);
61 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
65 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs()
67 struct property *newprop, struct property *oldprop) {} in __of_update_property_sysfs()
68 static inline int __of_attach_node_sysfs(struct device_node *np) in __of_attach_node_sysfs()
76 int of_resolve_phandles(struct device_node *tree);
86 int of_free_phandle_cache(void);
112 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
122 const char *name, int *lenp);
123 extern int __of_add_property(struct device_node *np, struct property *prop);
124 extern int __of_add_property_sysfs(struct device_node *np,
125 struct property *prop);
126 extern int __of_remove_property(struct device_node *np, struct property *prop);
128 struct property *prop);
129 extern int __of_update_property(struct device_node *np,
130 struct property *newprop, struct property **oldprop);
132 struct property *newprop, struct property *oldprop);
134 extern int __of_attach_node_sysfs(struct device_node *np);
139 struct property *prop);
147 list_for_each_entry(_te, &(_oft)->te_list, node)
151 list_for_each_entry_reverse(_te, &(_oft)->te_list, node)