Lines Matching defs:prop
447 struct property *prop; in __of_device_is_compatible() local
1098 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() local
1131 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() local
1350 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string() local
1374 struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() local
1413 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper() local
1697 int __of_add_property(struct device_node *np, struct property *prop) 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()
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()
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()