Lines Matching defs:prop
454 struct property *prop; in __of_device_is_compatible() local
1127 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() local
1162 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() local
1446 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string() local
1470 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() local
1510 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper() local
1853 int __of_add_property(struct device_node *np, struct property *prop) in __of_add_property()
1874 int of_add_property(struct device_node *np, struct property *prop) in of_add_property()
1896 int __of_remove_property(struct device_node *np, struct property *prop) in __of_remove_property()
1915 void __of_sysfs_remove_bin_file(struct device_node *np, struct property *prop) in __of_sysfs_remove_bin_file()
1921 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs()
1939 int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property()
2176 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, in of_prop_next_u32()
2199 const char *of_prop_next_string(struct property *prop, const char *cur) in of_prop_next_string()