• Home
  • Raw
  • Download

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()
125 static void wm8776_write_cached(struct oxygen *chip, in wm8776_write_cached()
135 static void wm8766_write(struct oxygen *chip, in wm8766_write()
154 static void wm8766_write_cached(struct oxygen *chip, in wm8766_write_cached()
164 static void wm8776_registers_init(struct oxygen *chip) in wm8776_registers_init()
189 static void wm8766_registers_init(struct oxygen *chip) in wm8766_registers_init()
206 static void wm8776_init(struct oxygen *chip) in wm8776_init()
223 static void wm8766_init(struct oxygen *chip) in wm8766_init()
232 static void xonar_ds_handle_hp_jack(struct oxygen *chip) in xonar_ds_handle_hp_jack()
257 static void xonar_ds_init(struct oxygen *chip) in xonar_ds_init()
285 static void xonar_hdav_slim_init(struct oxygen *chip) in xonar_hdav_slim_init()
305 static void xonar_ds_cleanup(struct oxygen *chip) in xonar_ds_cleanup()
311 static void xonar_hdav_slim_cleanup(struct oxygen *chip) in xonar_hdav_slim_cleanup()
319 static void xonar_ds_suspend(struct oxygen *chip) in xonar_ds_suspend()
324 static void xonar_hdav_slim_suspend(struct oxygen *chip) in xonar_hdav_slim_suspend()
329 static void xonar_ds_resume(struct oxygen *chip) in xonar_ds_resume()
337 static void xonar_hdav_slim_resume(struct oxygen *chip) in xonar_hdav_slim_resume()
367 static void set_wm87x6_dac_params(struct oxygen *chip, in set_wm87x6_dac_params()
372 static void set_wm8776_adc_params(struct oxygen *chip, in set_wm8776_adc_params()
383 static void set_hdav_slim_dac_params(struct oxygen *chip, in set_hdav_slim_dac_params()
391 static void update_wm8776_volume(struct oxygen *chip) in update_wm8776_volume()
418 static void update_wm87x6_volume(struct oxygen *chip) in update_wm87x6_volume()
461 static void update_wm8776_mute(struct oxygen *chip) in update_wm8776_mute()
467 static void update_wm87x6_mute(struct oxygen *chip) in update_wm87x6_mute()
474 static void update_wm8766_center_lfe_mix(struct oxygen *chip, bool mixed) in update_wm8766_center_lfe_mix()
492 static void xonar_ds_gpio_changed(struct oxygen *chip) in xonar_ds_gpio_changed()
500 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_get()
514 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_put()
608 struct oxygen *chip = ctl->private_data; in wm8776_field_set_from_ctl()
641 struct oxygen *chip = ctl->private_data; in wm8776_field_set()
698 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_get()
713 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_put()
752 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_get()
764 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_put()
812 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_get()
827 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_put()
857 struct oxygen *chip = ctl->private_data; in wm8776_level_control_get()
870 static void activate_control(struct oxygen *chip, in activate_control()
888 struct oxygen *chip = ctl->private_data; in wm8776_level_control_put()
942 struct oxygen *chip = ctl->private_data; in hpf_get()
952 struct oxygen *chip = ctl->private_data; in hpf_put()
1155 static int add_lc_controls(struct oxygen *chip) in add_lc_controls()
1175 static int xonar_ds_mixer_init(struct oxygen *chip) in xonar_ds_mixer_init()
1200 static int xonar_hdav_slim_mixer_init(struct oxygen *chip) in xonar_hdav_slim_mixer_init()
1218 static void dump_wm8776_registers(struct oxygen *chip, in dump_wm8776_registers()
1233 static void dump_wm87x6_registers(struct oxygen *chip, in dump_wm87x6_registers()
1312 int get_xonar_wm87x6_model(struct oxygen *chip, in get_xonar_wm87x6_model()