Lines Matching refs:twl4030_write

148 static int twl4030_write(struct snd_soc_component *component, unsigned int reg,  in twl4030_write()  function
288 twl4030_write(component, TWL4030_REG_MISC_SET_1, in twl4030_init_chip()
291 twl4030_write(component, TWL4030_REG_OPTION, in twl4030_init_chip()
296 twl4030_write(component, TWL4030_REG_ARXR2_APGA_CTL, 0x32); in twl4030_init_chip()
307 twl4030_write(component, TWL4030_REG_HS_POPN_SET, reg); in twl4030_init_chip()
315 twl4030_write(component, TWL4030_REG_ANAMICL, in twl4030_init_chip()
568 twl4030_write(component, reg, twl4030_read(component, reg)); \
593 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
596 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
600 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
605 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
607 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
610 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
651 twl4030_write(component, TWL4030_REG_VIBRA_SET, 0xff); in vibramux_event()
684 twl4030_write(component, TWL4030_REG_AUDIO_IF, in aif_event()
689 twl4030_write(component, TWL4030_REG_AUDIO_IF, in aif_event()
721 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
728 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
733 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
740 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
748 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
757 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1642 twl4030_write(component, TWL4030_REG_OPTION, reg); in twl4030_tdm_enable()
1789 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1790 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1793 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1794 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1884 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1887 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1904 return twl4030_write(component, TWL4030_REG_AUDIO_IF, reg); in twl4030_set_tristate()
1926 twl4030_write(component, TWL4030_REG_OPTION, reg); in twl4030_voice_enable()
2006 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2009 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2078 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2081 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2098 return twl4030_write(component, TWL4030_REG_VOICE_IF, reg); in twl4030_voice_set_tristate()
2190 .write = twl4030_write,