Lines Matching defs:aw883xx
144 struct aw883xx { struct
145 struct i2c_client *i2c;
146 struct device *dev;
147 struct clk *mclk;
148 struct mutex lock;
149 struct mutex i2c_lock;
150 aw_snd_soc_codec_t *codec;
151 struct aw_componet_codec_ops *codec_ops;
152 struct aw_device *aw_pa;
154 int sysclk;
178 struct aw883xx_i2c_packet i2c_packet; argument
181 int aw883xx_init(struct aw883xx *aw883xx); argument