Lines Matching refs:property
28 struct property { struct
32 struct property *next; argument
54 struct property *properties; argument
55 struct property *deadprops; /* removed properties */
96 struct property *prop;
97 struct property *old_prop;
212 static inline int of_property_check_flag(const struct property *p, unsigned long flag) in of_property_check_flag()
217 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
222 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
308 extern struct property *of_find_property(const struct device_node *np,
416 extern int of_add_property(struct device_node *np, struct property *prop);
417 extern int of_remove_property(struct device_node *np, struct property *prop);
418 extern int of_update_property(struct device_node *np, struct property *newprop);
438 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
447 const char *of_prop_next_string(struct property *prop, const char *cur);
600 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
809 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
814 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
829 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32()
835 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string()
860 static inline int of_property_check_flag(const struct property *p, in of_property_check_flag()
866 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
870 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
902 static inline int of_prop_val_eq(struct property *p1, struct property *p2) in of_prop_val_eq()
1255 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
1433 for (struct {struct property *prop; const __be32 *item; } _it = \
1561 struct property *prop;
1562 struct property *old_prop;
1600 struct property *prop);
1615 struct device_node *np, struct property *prop) in of_changeset_add_property()
1621 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1627 struct device_node *np, struct property *prop) in of_changeset_update_property()