Lines Matching refs:property_set
21 struct property_set { struct
40 struct property_set, fwnode) : \ argument
45 pset_prop_get(const struct property_set *pset, const char *name) in pset_prop_get()
125 static const void *pset_prop_find(const struct property_set *pset, in pset_prop_find()
142 static int pset_prop_read_u8_array(const struct property_set *pset, in pset_prop_read_u8_array()
157 static int pset_prop_read_u16_array(const struct property_set *pset, in pset_prop_read_u16_array()
172 static int pset_prop_read_u32_array(const struct property_set *pset, in pset_prop_read_u32_array()
187 static int pset_prop_read_u64_array(const struct property_set *pset, in pset_prop_read_u64_array()
202 static int pset_prop_count_elems_of_size(const struct property_set *pset, in pset_prop_count_elems_of_size()
214 static int pset_prop_read_string_array(const struct property_set *pset, in pset_prop_read_string_array()
269 const struct property_set *node = to_pset_node(fwnode); in pset_fwnode_read_int_array()
910 static void pset_free_set(struct property_set *pset) in pset_free_set()
929 static struct property_set *pset_copy_set(const struct property_set *pset) in pset_copy_set()
932 struct property_set *p; in pset_copy_set()
959 struct property_set *pset; in device_remove_properties()
994 struct property_set *p, pset; in device_add_properties()