Lines Matching refs:property

111 	struct property *pp = container_of(bin_attr, struct property, attr);  in of_node_property_read()
135 int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
162 struct property *pp; in __of_attach_node_sysfs()
213 static struct property *__of_find_property(const struct device_node *np, in __of_find_property()
216 struct property *pp; in __of_find_property()
232 struct property *of_find_property(const struct device_node *np, in of_find_property()
236 struct property *pp; in of_find_property()
293 struct property *pp = __of_find_property(np, name, lenp); in __of_get_property()
305 struct property *pp = of_find_property(np, name, lenp); in of_get_property()
444 struct property *prop; in __of_device_is_compatible()
774 struct property *pp; in of_find_node_opts_by_path()
928 struct property *pp; in of_find_node_with_property()
1095 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
1128 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
1347 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
1371 struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
1410 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
1694 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property()
1696 struct property **next; in __of_add_property()
1715 int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
1737 int __of_remove_property(struct device_node *np, struct property *prop) in __of_remove_property()
1739 struct property **next; in __of_remove_property()
1756 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs()
1774 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
1796 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property()
1797 struct property **oldpropp) in __of_update_property()
1799 struct property **next, *oldprop; in __of_update_property()
1822 void __of_update_property_sysfs(struct device_node *np, struct property *newprop, in __of_update_property_sysfs()
1823 struct property *oldprop) in __of_update_property_sysfs()
1846 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property()
1848 struct property *oldprop; in of_update_property()
1896 struct property *pp; in of_alias_scan()
2008 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, in of_prop_next_u32()
2031 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string()