Searched defs:tasdevice_priv (Results 1 – 1 of 1) sorted by relevance
198 struct tasdevice_priv { struct199 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS];200 struct tasdevice_rca rcabin;201 struct calidata cali_data;203 struct acoustic_data acou_data;205 struct tasdevice_fw *fmw;206 struct gpio_desc *reset;207 struct mutex codec_lock;208 struct regmap *regmap;209 struct device *dev;[all …]