Lines Matching refs:property_entry
106 static const struct property_entry *
107 property_entry_get(const struct property_entry *prop, const char *name) in property_entry_get()
119 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
127 static const void *property_entry_find(const struct property_entry *props, in property_entry_find()
130 const struct property_entry *prop; in property_entry_find()
145 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size()
148 const struct property_entry *prop; in property_entry_count_elems_of_size()
157 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array()
182 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array()
212 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
248 static int property_entry_copy_data(struct property_entry *dst, in property_entry_copy_data()
249 const struct property_entry *src) in property_entry_copy_data()
308 struct property_entry *
309 property_entries_dup(const struct property_entry *properties) in property_entries_dup()
311 struct property_entry *p; in property_entries_dup()
346 void property_entries_free(const struct property_entry *properties) in property_entries_free()
348 const struct property_entry *p; in property_entries_free()
501 const struct property_entry *prop; in software_node_get_reference_args()
611 const struct property_entry *properties) in software_node_register_properties()
613 struct property_entry *props; in software_node_register_properties()
824 fwnode_create_software_node(const struct property_entry *properties, in fwnode_create_software_node()