Lines Matching defs:wm8400
117 static int wm8400_read(struct wm8400 *wm8400, u8 reg, int num_regs, u16 *dest) in wm8400_read()
142 static int wm8400_write(struct wm8400 *wm8400, u8 reg, int num_regs, in wm8400_write()
171 u16 wm8400_reg_read(struct wm8400 *wm8400, u8 reg) in wm8400_reg_read()
185 int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data) in wm8400_block_read()
207 int wm8400_set_bits(struct wm8400 *wm8400, u8 reg, u16 mask, u16 val) in wm8400_set_bits()
229 void wm8400_reset_codec_reg_cache(struct wm8400 *wm8400) in wm8400_reset_codec_reg_cache()
244 static int wm8400_register_codec(struct wm8400 *wm8400) in wm8400_register_codec()
261 static int wm8400_init(struct wm8400 *wm8400, in wm8400_init()
334 static void wm8400_release(struct wm8400 *wm8400) in wm8400_release()
396 struct wm8400 *wm8400; in wm8400_i2c_probe() local
425 struct wm8400 *wm8400 = i2c_get_clientdata(i2c); in wm8400_i2c_remove() local