Searched defs:tas2764_priv (Results 1 – 1 of 1) sorted by relevance
33 struct tas2764_priv { struct34 struct snd_soc_component *component;35 struct gpio_desc *reset_gpio;36 struct gpio_desc *sdz_gpio;37 struct regmap *regmap;38 struct device *dev;39 int irq;40 enum tas2764_devid devid;42 int v_sense_slot;43 int i_sense_slot;[all …]