Lines Matching refs:property_entry

93 static const struct property_entry *
94 property_entry_get(const struct property_entry *prop, const char *name) in property_entry_get()
106 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
114 static const void *property_entry_find(const struct property_entry *props, in property_entry_find()
117 const struct property_entry *prop; in property_entry_find()
132 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size()
135 const struct property_entry *prop; in property_entry_count_elems_of_size()
144 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array()
169 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array()
199 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
235 static int property_entry_copy_data(struct property_entry *dst, in property_entry_copy_data()
236 const struct property_entry *src) in property_entry_copy_data()
295 struct property_entry *
296 property_entries_dup(const struct property_entry *properties) in property_entries_dup()
298 struct property_entry *p; in property_entries_dup()
333 void property_entries_free(const struct property_entry *properties) in property_entries_free()
335 const struct property_entry *p; in property_entries_free()
484 const struct property_entry *prop; in software_node_get_reference_args()
594 const struct property_entry *properties) in software_node_register_properties()
596 struct property_entry *props; in software_node_register_properties()
804 fwnode_create_software_node(const struct property_entry *properties, in fwnode_create_software_node()