Lines Matching refs:property

35 struct property {  struct
39 struct property *next; argument
56 struct property *properties; argument
57 struct property *deadprops; /* removed properties */
80 struct property *prop;
81 struct property *old_prop;
176 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
181 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
186 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
276 extern struct property *of_find_property(const struct device_node *np,
343 extern int of_add_property(struct device_node *np, struct property *prop);
344 extern int of_remove_property(struct device_node *np, struct property *prop);
345 extern int of_update_property(struct device_node *np, struct property *newprop);
367 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
376 const char *of_prop_next_string(struct property *prop, const char *cur);
488 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
631 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32()
637 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string()
662 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
667 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
671 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
838 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
972 struct property *prop;
973 struct property *old_prop;
1009 struct property *prop);
1024 struct device_node *np, struct property *prop) in of_changeset_add_property()
1030 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1036 struct device_node *np, struct property *prop) in of_changeset_update_property()