Lines Matching refs:twl6040_write
159 static int twl6040_write(struct snd_soc_component *component, in twl6040_write() function
184 twl6040_write(component, TWL6040_REG_MICLCTL, 0x18); in twl6040_init_chip()
185 twl6040_write(component, TWL6040_REG_MICRCTL, 0x18); in twl6040_init_chip()
192 twl6040_write(component, TWL6040_REG_HSGAIN, 0xff); in twl6040_init_chip()
193 twl6040_write(component, TWL6040_REG_EARCTL, 0x1e); in twl6040_init_chip()
194 twl6040_write(component, TWL6040_REG_HFLGAIN, 0x1d); in twl6040_init_chip()
195 twl6040_write(component, TWL6040_REG_HFRGAIN, 0x1d); in twl6040_init_chip()
196 twl6040_write(component, TWL6040_REG_LINEGAIN, 0); in twl6040_init_chip()
216 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()
217 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl); in headset_power_mode()
242 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()
243 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl); in twl6040_hs_dac_event()
845 twl6040_write(component, TWL6040_REG_GPOCTL, 0x02); in twl6040_set_bias_level()
1145 .write = twl6040_write,