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