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()
447 struct property *prop; in __of_device_is_compatible()
777 struct property *pp; in of_find_node_opts_by_path()
931 struct property *pp; in of_find_node_with_property()
1098 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
1131 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
1350 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
1374 struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
1413 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
1697 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property()
1699 struct property **next; in __of_add_property()
1718 int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
1740 int __of_remove_property(struct device_node *np, struct property *prop) in __of_remove_property()
1742 struct property **next; in __of_remove_property()
1759 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs()
1777 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
1799 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property()
1800 struct property **oldpropp) in __of_update_property()
1802 struct property **next, *oldprop; in __of_update_property()
1825 void __of_update_property_sysfs(struct device_node *np, struct property *newprop, in __of_update_property_sysfs()
1826 struct property *oldprop) in __of_update_property_sysfs()
1849 int of_update_property(struct device_node *np, struct property *newprop) in of_update_property()
1851 struct property *oldprop; in of_update_property()
1899 struct property *pp; in of_alias_scan()
2011 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, in of_prop_next_u32()
2034 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string()