Searched defs:pcmdevice_priv (Results 1 – 1 of 1) sorted by relevance
216 struct pcmdevice_priv { struct217 struct snd_soc_component *component;218 struct i2c_client *client;219 struct device *dev;220 struct mutex codec_lock;221 struct gpio_desc *hw_rst;222 struct regmap *regmap;223 struct pcmdevice_regbin regbin;224 struct pcmdevice_irqinfo irq_info;225 unsigned int addr[PCMDEVICE_MAX_I2C_DEVICES];[all …]