Lines Matching defs:chip
101 static void wm8776_write_spi(struct oxygen *chip, in wm8776_write_spi()
112 static void wm8776_write_i2c(struct oxygen *chip, in wm8776_write_i2c()
119 static void wm8776_write(struct oxygen *chip, in wm8776_write()
136 static void wm8776_write_cached(struct oxygen *chip, in wm8776_write_cached()
146 static void wm8766_write(struct oxygen *chip, in wm8766_write()
165 static void wm8766_write_cached(struct oxygen *chip, in wm8766_write_cached()
175 static void wm8776_registers_init(struct oxygen *chip) in wm8776_registers_init()
200 static void wm8766_registers_init(struct oxygen *chip) in wm8766_registers_init()
217 static void wm8776_init(struct oxygen *chip) in wm8776_init()
234 static void wm8766_init(struct oxygen *chip) in wm8766_init()
243 static void xonar_ds_handle_hp_jack(struct oxygen *chip) in xonar_ds_handle_hp_jack()
268 static void xonar_ds_init(struct oxygen *chip) in xonar_ds_init()
296 static void xonar_hdav_slim_init(struct oxygen *chip) in xonar_hdav_slim_init()
316 static void xonar_ds_cleanup(struct oxygen *chip) in xonar_ds_cleanup()
322 static void xonar_hdav_slim_cleanup(struct oxygen *chip) in xonar_hdav_slim_cleanup()
330 static void xonar_ds_suspend(struct oxygen *chip) in xonar_ds_suspend()
335 static void xonar_hdav_slim_suspend(struct oxygen *chip) in xonar_hdav_slim_suspend()
340 static void xonar_ds_resume(struct oxygen *chip) in xonar_ds_resume()
348 static void xonar_hdav_slim_resume(struct oxygen *chip) in xonar_hdav_slim_resume()
378 static void set_wm87x6_dac_params(struct oxygen *chip, in set_wm87x6_dac_params()
383 static void set_wm8776_adc_params(struct oxygen *chip, in set_wm8776_adc_params()
394 static void set_hdav_slim_dac_params(struct oxygen *chip, in set_hdav_slim_dac_params()
402 static void update_wm8776_volume(struct oxygen *chip) in update_wm8776_volume()
429 static void update_wm87x6_volume(struct oxygen *chip) in update_wm87x6_volume()
472 static void update_wm8776_mute(struct oxygen *chip) in update_wm8776_mute()
478 static void update_wm87x6_mute(struct oxygen *chip) in update_wm87x6_mute()
485 static void update_wm8766_center_lfe_mix(struct oxygen *chip, bool mixed) in update_wm8766_center_lfe_mix()
503 static void xonar_ds_gpio_changed(struct oxygen *chip) in xonar_ds_gpio_changed()
511 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_get() local
525 struct oxygen *chip = ctl->private_data; in wm8776_bit_switch_put() local
619 struct oxygen *chip = ctl->private_data; in wm8776_field_set_from_ctl() local
652 struct oxygen *chip = ctl->private_data; in wm8776_field_set() local
709 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_get() local
724 struct oxygen *chip = ctl->private_data; in wm8776_hp_vol_put() local
763 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_get() local
775 struct oxygen *chip = ctl->private_data; in wm8776_input_mux_put() local
823 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_get() local
838 struct oxygen *chip = ctl->private_data; in wm8776_input_vol_put() local
868 struct oxygen *chip = ctl->private_data; in wm8776_level_control_get() local
881 static void activate_control(struct oxygen *chip, in activate_control()
899 struct oxygen *chip = ctl->private_data; in wm8776_level_control_put() local
953 struct oxygen *chip = ctl->private_data; in hpf_get() local
963 struct oxygen *chip = ctl->private_data; in hpf_put() local
1166 static int add_lc_controls(struct oxygen *chip) in add_lc_controls()
1186 static int xonar_ds_mixer_init(struct oxygen *chip) in xonar_ds_mixer_init()
1211 static int xonar_hdav_slim_mixer_init(struct oxygen *chip) in xonar_hdav_slim_mixer_init()
1229 static void dump_wm8776_registers(struct oxygen *chip, in dump_wm8776_registers()
1244 static void dump_wm87x6_registers(struct oxygen *chip, in dump_wm87x6_registers()
1323 int get_xonar_wm87x6_model(struct oxygen *chip, in get_xonar_wm87x6_model()