Lines Matching refs:property_entry
24 const struct property_entry *properties;
44 static const struct property_entry *
47 const struct property_entry *prop; in pset_prop_get()
59 static const void *property_get_pointer(const struct property_entry *prop) in property_get_pointer()
87 static void property_set_pointer(struct property_entry *prop, const void *pointer) in property_set_pointer()
128 const struct property_entry *prop; in pset_prop_find()
205 const struct property_entry *prop; in pset_prop_count_elems_of_size()
218 const struct property_entry *prop; in pset_prop_read_string_array()
762 static void property_entry_free_data(const struct property_entry *p) in property_entry_free_data()
780 static int property_copy_string_array(struct property_entry *dst, in property_copy_string_array()
781 const struct property_entry *src) in property_copy_string_array()
805 static int property_entry_copy_data(struct property_entry *dst, in property_entry_copy_data()
806 const struct property_entry *src) in property_entry_copy_data()
858 struct property_entry *
859 property_entries_dup(const struct property_entry *properties) in property_entries_dup()
861 struct property_entry *p; in property_entries_dup()
892 void property_entries_free(const struct property_entry *properties) in property_entries_free()
894 const struct property_entry *p; in property_entries_free()
931 struct property_entry *properties; in pset_copy_set()
992 const struct property_entry *properties) in device_add_properties()