Lines Matching refs:property

31 struct property {  struct
35 struct property *next; argument
57 struct property *properties; argument
58 struct property *deadprops; /* removed properties */
99 struct property *prop;
100 struct property *old_prop;
210 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
215 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
220 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
304 extern struct property *of_find_property(const struct device_node *np,
402 extern int of_add_property(struct device_node *np, struct property *prop);
403 extern int of_remove_property(struct device_node *np, struct property *prop);
404 extern int of_update_property(struct device_node *np, struct property *newprop);
550 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
559 const char *of_prop_next_string(struct property *prop, const char *cur);
715 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
949 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
954 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
964 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32()
970 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string()
995 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
1000 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
1004 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
1036 static inline int of_prop_val_eq(struct property *p1, struct property *p2) in of_prop_val_eq()
1233 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
1384 struct property *prop;
1385 struct property *old_prop;
1421 struct property *prop);
1436 struct device_node *np, struct property *prop) in of_changeset_add_property()
1442 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1448 struct device_node *np, struct property *prop) in of_changeset_update_property()