Lines Matching defs:prop
95 struct property *prop; member
801 static inline int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
806 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
816 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32()
822 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string()
1223 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool() local
1400 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument
1406 #define of_property_for_each_string(np, propname, prop, s) \ argument
1512 struct property *prop; member
1566 struct device_node *np, struct property *prop) in of_changeset_add_property()
1572 struct device_node *np, struct property *prop) in of_changeset_remove_property()
1578 struct device_node *np, struct property *prop) in of_changeset_update_property()