Lines Matching defs:twl4030_write

140 static int twl4030_write(struct snd_soc_component *component, unsigned int reg,
282 twl4030_write(component, TWL4030_REG_MISC_SET_1,
285 twl4030_write(component, TWL4030_REG_OPTION,
290 twl4030_write(component, TWL4030_REG_ARXR2_APGA_CTL, 0x32);
301 twl4030_write(component, TWL4030_REG_HS_POPN_SET, reg);
309 twl4030_write(component, TWL4030_REG_ANAMICL,
562 twl4030_write(component, reg, twl4030_read(component, reg)); \
587 twl4030_write(component, reg, hs_ctl);
590 twl4030_write(component, reg, hs_ctl);
594 twl4030_write(component, reg, hs_ctl);
599 twl4030_write(component, reg, hs_ctl);
601 twl4030_write(component, reg, hs_ctl);
604 twl4030_write(component, reg, hs_ctl);
645 twl4030_write(component, TWL4030_REG_VIBRA_SET, 0xff);
678 twl4030_write(component, TWL4030_REG_AUDIO_IF,
683 twl4030_write(component, TWL4030_REG_AUDIO_IF,
713 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
720 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
725 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
732 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
740 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
749 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
1634 twl4030_write(component, TWL4030_REG_OPTION, reg);
1781 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
1782 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1785 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
1786 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1877 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1880 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1897 return twl4030_write(component, TWL4030_REG_AUDIO_IF, reg);
1919 twl4030_write(component, TWL4030_REG_OPTION, reg);
1999 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
2002 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
2072 twl4030_write(component, TWL4030_REG_VOICE_IF, format);
2075 twl4030_write(component, TWL4030_REG_VOICE_IF, format);
2092 return twl4030_write(component, TWL4030_REG_VOICE_IF, reg);
2183 .write = twl4030_write,