Lines Matching defs:chip
77 static void cs4398_write(struct oxygen *chip, u8 reg, u8 value) in cs4398_write()
86 static void cs4398_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4398_write_cached()
94 static void cs4362a_write(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write()
103 static void cs4362a_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write_cached()
111 static void cs43xx_registers_init(struct oxygen *chip) in cs43xx_registers_init()
138 static void xonar_d1_init(struct oxygen *chip) in xonar_d1_init()
186 static void xonar_dx_init(struct oxygen *chip) in xonar_dx_init()
197 static void xonar_d1_cleanup(struct oxygen *chip) in xonar_d1_cleanup()
204 static void xonar_d1_suspend(struct oxygen *chip) in xonar_d1_suspend()
209 static void xonar_d1_resume(struct oxygen *chip) in xonar_d1_resume()
217 static void set_cs43xx_params(struct oxygen *chip, in set_cs43xx_params()
243 static void update_cs4362a_volumes(struct oxygen *chip) in update_cs4362a_volumes()
254 static void update_cs43xx_volume(struct oxygen *chip) in update_cs43xx_volume()
261 static void update_cs43xx_mute(struct oxygen *chip) in update_cs43xx_mute()
272 static void update_cs43xx_center_lfe_mix(struct oxygen *chip, bool mixed) in update_cs43xx_center_lfe_mix()
307 struct oxygen *chip = ctl->private_data; in rolloff_get() local
318 struct oxygen *chip = ctl->private_data; in rolloff_put() local
350 static void xonar_d1_line_mic_ac97_switch(struct oxygen *chip, in xonar_d1_line_mic_ac97_switch()
364 static int xonar_d1_mixer_init(struct oxygen *chip) in xonar_d1_mixer_init()
388 static void dump_d1_registers(struct oxygen *chip, in dump_d1_registers()
434 int get_xonar_cs43xx_model(struct oxygen *chip, in get_xonar_cs43xx_model()