Home
last modified time | relevance | path

Searched refs:property_set (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/base/
Dproperty.c21 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()
[all …]
/Linux-v4.19/sound/pci/asihpi/
Dhpioctl.c448 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_SUPPORTS_IRQ; in asihpi_adapter_probe()
477 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; in asihpi_adapter_probe()
478 hm.u.ax.property_set.parameter1 = 0; in asihpi_adapter_probe()
479 hm.u.ax.property_set.parameter2 = 0; in asihpi_adapter_probe()
540 hm.u.ax.property_set.property = HPI_ADAPTER_PROPERTY_IRQ_RATE; in asihpi_adapter_remove()
541 hm.u.ax.property_set.parameter1 = 0; in asihpi_adapter_remove()
542 hm.u.ax.property_set.parameter2 = 0; in asihpi_adapter_remove()
Dhpifunc.c248 hm.u.ax.property_set.property = property; in hpi_adapter_set_property()
249 hm.u.ax.property_set.parameter1 = parameter1; in hpi_adapter_set_property()
250 hm.u.ax.property_set.parameter2 = parameter2; in hpi_adapter_set_property()
265 hm.u.ax.property_set.property = property; in hpi_adapter_get_property()
Dhpi_internal.h678 } property_set; member