Lines Matching refs:property
123 struct property *of_find_property(const struct device_node *np, in of_find_property()
126 struct property *pp; in of_find_property()
169 struct property *pp = of_find_property(np, name, lenp); in of_get_property()
174 const struct property *of_get_first_property(const struct device_node *np) in of_get_first_property()
182 const struct property *of_get_next_property(const struct device_node *np, in of_get_next_property()
183 const struct property *property) in of_get_next_property() argument
188 return property->next; in of_get_next_property()
192 const struct property *property, in of_get_property_by_prop() argument
196 if (!np || !property) in of_get_property_by_prop()
199 *name = property->name; in of_get_property_by_prop()
201 *lenp = property->length; in of_get_property_by_prop()
203 return property->value; in of_get_property_by_prop()
206 static const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string()
227 struct property *prop; in of_device_is_compatible()
347 struct property *pp; in of_find_node_opts_by_path()
453 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
552 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
591 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
793 struct property *pp; in of_alias_scan()