Lines Matching refs:oxygen

90 static void wm8776_write_spi(struct oxygen *chip,  in wm8776_write_spi()
101 static void wm8776_write_i2c(struct oxygen *chip, in wm8776_write_i2c()
108 static void wm8776_write(struct oxygen *chip, in wm8776_write()
126 static void wm8776_write_cached(struct oxygen *chip, in wm8776_write_cached()
136 static void wm8766_write(struct oxygen *chip, in wm8766_write()
156 static void wm8766_write_cached(struct oxygen *chip, in wm8766_write_cached()
166 static void wm8776_registers_init(struct oxygen *chip) in wm8776_registers_init()
191 static void wm8766_registers_init(struct oxygen *chip) in wm8766_registers_init()
208 static void wm8776_init(struct oxygen *chip) in wm8776_init()
225 static void wm8766_init(struct oxygen *chip) in wm8766_init()
234 static void xonar_ds_handle_hp_jack(struct oxygen *chip) in xonar_ds_handle_hp_jack()
259 static void xonar_ds_init(struct oxygen *chip) in xonar_ds_init()
287 static void xonar_hdav_slim_init(struct oxygen *chip) in xonar_hdav_slim_init()
307 static void xonar_ds_cleanup(struct oxygen *chip) in xonar_ds_cleanup()
313 static void xonar_hdav_slim_cleanup(struct oxygen *chip) in xonar_hdav_slim_cleanup()
321 static void xonar_ds_suspend(struct oxygen *chip) in xonar_ds_suspend()
326 static void xonar_hdav_slim_suspend(struct oxygen *chip) in xonar_hdav_slim_suspend()
331 static void xonar_ds_resume(struct oxygen *chip) in xonar_ds_resume()
339 static void xonar_hdav_slim_resume(struct oxygen *chip) in xonar_hdav_slim_resume()
369 static void set_wm87x6_dac_params(struct oxygen *chip, in set_wm87x6_dac_params()
374 static void set_wm8776_adc_params(struct oxygen *chip, in set_wm8776_adc_params()
385 static void set_hdav_slim_dac_params(struct oxygen *chip, in set_hdav_slim_dac_params()
393 static void update_wm8776_volume(struct oxygen *chip) in update_wm8776_volume()
420 static void update_wm87x6_volume(struct oxygen *chip) in update_wm87x6_volume()
463 static void update_wm8776_mute(struct oxygen *chip) in update_wm8776_mute()
469 static void update_wm87x6_mute(struct oxygen *chip) in update_wm87x6_mute()
476 static void update_wm8766_center_lfe_mix(struct oxygen *chip, bool mixed) in update_wm8766_center_lfe_mix()
494 static void xonar_ds_gpio_changed(struct oxygen *chip) in xonar_ds_gpio_changed()
502 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_get()
516 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_put()
610 struct oxygen *chip = ctl->private_data; in wm8776_field_set_from_ctl()
643 struct oxygen *chip = ctl->private_data; in wm8776_field_set()
700 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_get()
715 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_put()
754 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_get()
766 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_put()
814 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_get()
829 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_put()
859 struct oxygen *chip = ctl->private_data; in wm8776_level_control_get()
872 static void activate_control(struct oxygen *chip, in activate_control()
890 struct oxygen *chip = ctl->private_data; in wm8776_level_control_put()
944 struct oxygen *chip = ctl->private_data; in hpf_get()
954 struct oxygen *chip = ctl->private_data; in hpf_put()
1157 static int add_lc_controls(struct oxygen *chip) in add_lc_controls()
1177 static int xonar_ds_mixer_init(struct oxygen *chip) in xonar_ds_mixer_init()
1202 static int xonar_hdav_slim_mixer_init(struct oxygen *chip) in xonar_hdav_slim_mixer_init()
1220 static void dump_wm8776_registers(struct oxygen *chip, in dump_wm8776_registers()
1235 static void dump_wm87x6_registers(struct oxygen *chip, in dump_wm87x6_registers()
1314 int get_xonar_wm87x6_model(struct oxygen *chip, in get_xonar_wm87x6_model()