Searched defs:prop (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | of.h | 327 struct property *prop; member 577 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32() 583 static inline const char *of_prop_next_string(struct property *prop, in of_prop_next_string() 752 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool() local 778 #define of_property_for_each_u32(np, propname, prop, p, u) \ argument 784 #define of_property_for_each_string(np, propname, prop, s) \ argument 879 struct property *prop; member 919 struct device_node *np, struct property *prop) in of_changeset_add_property() 925 struct device_node *np, struct property *prop) in of_changeset_remove_property() 931 struct device_node *np, struct property *prop) in of_changeset_update_property()
|