Lines Matching full:property
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
44 struct property *prop, struct property *old_prop);
54 struct property *prop, struct property *old_prop) in of_property_notify()
62 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
63 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
64 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
65 struct property *oldprop);
69 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
73 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs()
75 struct property *newprop, struct property *oldprop) {} in __of_update_property_sysfs()
116 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
127 extern int __of_add_property(struct device_node *np, struct property *prop);
129 struct property *prop);
130 extern int __of_remove_property(struct device_node *np, struct property *prop);
132 struct property *prop);
134 struct property *newprop, struct property **oldprop);
136 struct property *newprop, struct property *oldprop);
143 struct property *prop);