Searched defs:pcmdevice_priv (Results 1 – 1 of 1) sorted by relevance
211 struct pcmdevice_priv { struct213 struct i2c_client *client;214 struct device *dev;215 struct mutex codec_lock;216 struct gpio_desc *hw_rst;217 struct regmap *regmap;219 int irq;221 unsigned int chip_id;222 int cur_conf;223 int fw_state;[all …]