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()
719 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
726 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
731 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
738 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
746 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
755 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1640 twl4030_write(component, TWL4030_REG_OPTION, reg); in twl4030_tdm_enable()
1787 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1788 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1791 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1792 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1882 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1885 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1902 return twl4030_write(component, TWL4030_REG_AUDIO_IF, reg); in twl4030_set_tristate()
1924 twl4030_write(component, TWL4030_REG_OPTION, reg); in twl4030_voice_enable()
2004 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2007 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2076 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2079 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2096 return twl4030_write(component, TWL4030_REG_VOICE_IF, reg); in twl4030_voice_set_tristate()
2188 .write = twl4030_write,