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);
542 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
551 const char *of_prop_next_string(struct property *prop, const char *cur);
698 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
932 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
942 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32()
948 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string()
973 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
978 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
982 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
1009 static inline int of_prop_val_eq(struct property *p1, struct property *p2) in of_prop_val_eq()
1195 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
1342 struct property *prop;
1343 struct property *old_prop;
1379 struct property *prop);
1394 struct device_node *np, struct property *prop) in of_changeset_add_property()
1400 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1406 struct device_node *np, struct property *prop) in of_changeset_update_property()