Searched defs:tasdevice_priv (Results 1 – 1 of 1) sorted by relevance
91 struct tasdevice_priv { struct92 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS];93 struct tasdevice_irqinfo irq_info;94 struct tasdevice_rca rcabin;95 struct calidata cali_data;96 struct tasdevice_fw *fmw;97 struct gpio_desc *reset;98 struct mutex codec_lock;99 struct regmap *regmap;100 struct device *dev;[all …]