Lines Matching refs:property_entry

120 static const struct property_entry *
121 property_entry_get(const struct property_entry *prop, const char *name) in property_entry_get()
133 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
141 static const void *property_entry_find(const struct property_entry *props, in property_entry_find()
144 const struct property_entry *prop; in property_entry_find()
159 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size()
162 const struct property_entry *prop; in property_entry_count_elems_of_size()
171 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array()
196 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array()
226 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
262 static int property_entry_copy_data(struct property_entry *dst, in property_entry_copy_data()
263 const struct property_entry *src) in property_entry_copy_data()
322 struct property_entry *
323 property_entries_dup(const struct property_entry *properties) in property_entries_dup()
325 struct property_entry *p; in property_entries_dup()
360 void property_entries_free(const struct property_entry *properties) in property_entries_free()
362 const struct property_entry *p; in property_entries_free()
512 const struct property_entry *prop; in software_node_get_reference_args()
627 const struct property_entry *prop; in software_node_graph_get_remote_endpoint()
733 static struct software_node *software_node_alloc(const struct property_entry *properties) in software_node_alloc()
735 struct property_entry *props; in software_node_alloc()
928 fwnode_create_software_node(const struct property_entry *properties, in fwnode_create_software_node()
1050 const struct property_entry *properties, in device_create_managed_software_node()