Lines Matching refs:oxygen
66 static void cs4398_write(struct oxygen *chip, u8 reg, u8 value) in cs4398_write()
75 static void cs4398_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4398_write_cached()
83 static void cs4362a_write(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write()
92 static void cs4362a_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write_cached()
100 static void cs43xx_registers_init(struct oxygen *chip) in cs43xx_registers_init()
127 static void xonar_d1_init(struct oxygen *chip) in xonar_d1_init()
175 static void xonar_dx_init(struct oxygen *chip) in xonar_dx_init()
186 static void xonar_d1_cleanup(struct oxygen *chip) in xonar_d1_cleanup()
193 static void xonar_d1_suspend(struct oxygen *chip) in xonar_d1_suspend()
198 static void xonar_d1_resume(struct oxygen *chip) in xonar_d1_resume()
206 static void set_cs43xx_params(struct oxygen *chip, in set_cs43xx_params()
232 static void update_cs4362a_volumes(struct oxygen *chip) in update_cs4362a_volumes()
243 static void update_cs43xx_volume(struct oxygen *chip) in update_cs43xx_volume()
250 static void update_cs43xx_mute(struct oxygen *chip) in update_cs43xx_mute()
261 static void update_cs43xx_center_lfe_mix(struct oxygen *chip, bool mixed) in update_cs43xx_center_lfe_mix()
296 struct oxygen *chip = ctl->private_data; in rolloff_get()
307 struct oxygen *chip = ctl->private_data; in rolloff_put()
339 static void xonar_d1_line_mic_ac97_switch(struct oxygen *chip, in xonar_d1_line_mic_ac97_switch()
353 static int xonar_d1_mixer_init(struct oxygen *chip) in xonar_d1_mixer_init()
377 static void dump_d1_registers(struct oxygen *chip, in dump_d1_registers()
423 int get_xonar_cs43xx_model(struct oxygen *chip, in get_xonar_cs43xx_model()