Lines Matching refs:twl6040_write
171 static int twl6040_write(struct snd_soc_codec *codec, in twl6040_write() function
196 twl6040_write(codec, TWL6040_REG_MICLCTL, 0x18); in twl6040_init_chip()
197 twl6040_write(codec, TWL6040_REG_MICRCTL, 0x18); in twl6040_init_chip()
204 twl6040_write(codec, TWL6040_REG_HSGAIN, 0xff); in twl6040_init_chip()
205 twl6040_write(codec, TWL6040_REG_EARCTL, 0x1e); in twl6040_init_chip()
206 twl6040_write(codec, TWL6040_REG_HFLGAIN, 0x1d); in twl6040_init_chip()
207 twl6040_write(codec, TWL6040_REG_HFRGAIN, 0x1d); in twl6040_init_chip()
208 twl6040_write(codec, TWL6040_REG_LINEGAIN, 0); in twl6040_init_chip()
228 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()
229 twl6040_write(codec, TWL6040_REG_HSRCTL, hsrctl); in headset_power_mode()
254 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()
255 twl6040_write(codec, TWL6040_REG_HSRCTL, hsrctl); in twl6040_hs_dac_event()
845 twl6040_write(codec, TWL6040_REG_GPOCTL, 0x02); in twl6040_set_bias_level()
1152 .write = twl6040_write,