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()
107 property_set_pointer(struct property_entry *prop, const void *pointer) in property_set_pointer()
145 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
173 static const void *property_entry_find(const struct property_entry *props, in property_entry_find()
176 const struct property_entry *prop; in property_entry_find()
190 static int property_entry_read_u8_array(const struct property_entry *props, in property_entry_read_u8_array()
205 static int property_entry_read_u16_array(const struct property_entry *props, in property_entry_read_u16_array()
220 static int property_entry_read_u32_array(const struct property_entry *props, in property_entry_read_u32_array()
235 static int property_entry_read_u64_array(const struct property_entry *props, in property_entry_read_u64_array()
251 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size()
254 const struct property_entry *prop; in property_entry_count_elems_of_size()
263 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array()
285 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array()
289 const struct property_entry *prop; in property_entry_read_string_array()
322 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
340 static int property_copy_string_array(struct property_entry *dst, in property_copy_string_array()
341 const struct property_entry *src) in property_copy_string_array()
365 static int property_entry_copy_data(struct property_entry *dst, in property_entry_copy_data()
366 const struct property_entry *src) in property_entry_copy_data()
418 struct property_entry *
419 property_entries_dup(const struct property_entry *properties) in property_entries_dup()
421 struct property_entry *p; in property_entries_dup()
456 void property_entries_free(const struct property_entry *properties) in property_entries_free()
458 const struct property_entry *p; in property_entries_free()
571 const struct property_entry *prop; in software_node_get_reference_args()
662 const struct property_entry *properties) in software_node_register_properties()
664 struct property_entry *props; in software_node_register_properties()
806 fwnode_create_software_node(const struct property_entry *properties, in fwnode_create_software_node()