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,
400 extern int of_add_property(struct device_node *np, struct property *prop);
401 extern int of_remove_property(struct device_node *np, struct property *prop);
402 extern int of_update_property(struct device_node *np, struct property *newprop);
540 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
549 const char *of_prop_next_string(struct property *prop, const char *cur);
691 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
924 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32()
930 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string()
955 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
960 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
964 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
991 static inline int of_prop_val_eq(struct property *p1, struct property *p2) in of_prop_val_eq()
1177 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
1324 struct property *prop;
1325 struct property *old_prop;
1361 struct property *prop);
1376 struct device_node *np, struct property *prop) in of_changeset_add_property()
1382 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1388 struct device_node *np, struct property *prop) in of_changeset_update_property()