Lines Matching defs:prop
444 struct property *prop; in __of_device_is_compatible() local
1095 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() local
1128 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() local
1347 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string() local
1371 struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() local
1410 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper() local
1694 int __of_add_property(struct device_node *np, struct property *prop) 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()
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()
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()